Html Css Color HEX #098FAE Bondi Blue

📋 copy color: '#098FAE'

red 9 ◦ green 143 ◦ blue 174

#098FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #098FAE

Tints of Bondi Blue #098FAE

RGB

 RED value IS 9 (3.91% from 255) = 2.76%

 GREEN value IS 143 (56.25% from 255) = 43.87%

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 2.76%
G = 43.87%
B = 53.37%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#098FAE (or 0x098FAE) is known color: Bondi Blue. HEX triplet: 09, 8F and AE. RGB value is (9,143,174). Sum of RGB (Red+Green+Blue) = 9+143+174=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #098FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098FAE is #F67051. Grayscale: #6A6A6A. Windows color (decimal): -16150610 or 11439881. OLE color: 11439881.

HSL color Cylindrical-coordinate representation of color #098FAE: hue angle of 191.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098FAE is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 143 174 -
CMYK 0.95 0.18 0 0.32
HSL 191.27º 0.9% 0.36% -
HSV(B) 191.27º 0.95% 0.68% -
XYZ 17.58 22.76 43.51 -
YUV 106.47 166.11 58.48 -
System Red Green Blue C M Y K H S L
Decimal 9 143 174 0.95 0.18 0 0.32 191.27 0.9 0.36
Hex 9 8F AE 5F 12 0 20 BF 5A 24
Octal 11 217 256 137 22 0 40 277 132 44
Binary 1001 10001111 10101110 1011111 10010 0 100000 10111111 1011010 100100

Color Harmonies of #098FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FAE

Black with #098FAE

Text Example


Text Example

White with #098FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098FAE; }

 p { color: rgb(9,143,174); }

 H1.HeaderClassName
 {
   color: #098FAE;
 }
 .AnyTagClassName
 {
   color: #098FAE;
 }
</style>

background-color css

<style>
 a { background-color: #098FAE; }

 a { background-color: rgb(9,143,174); }

 div.DivClassName
 {
   background-color: #098FAE;
 }
 .BgClassName
 {
   background-color: #098FAE;
 }
</style>

border-color css

<style>
 span { border-color: #098FAE; }

 span { border-color: rgb(9,143,174); }

 td.TdClassName
 {
   border-color: #098FAE;
 }
 .TagClassName
 {
   border-color: #098FAE;
 }
</style>