Html Css Color HEX #098CAF Bondi Blue

📋 copy color: '#098CAF'

red 9 ◦ green 140 ◦ blue 175

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

Shades of Bondi Blue #098CAF

Tints of Bondi Blue #098CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.21%

 BLUE value IS 175 (68.75% from 255) = 54.01%

R = 2.78%
G = 43.21%
B = 54.01%

CMYK

 C value IS 0.95

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#098CAF (or 0x098CAF) is known color: Bondi Blue. HEX triplet: 09, 8C and AF. RGB value is (9,140,175). Sum of RGB (Red+Green+Blue) = 9+140+175=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #098CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098CAF is #F67350. Grayscale: #686868. Windows color (decimal): -16151377 or 11504649. OLE color: 11504649.

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

Color convert

RGB 9 140 175 -
CMYK 0.95 0.2 0 0.31
HSL 192.65º 0.9% 0.36% -
HSV(B) 192.65º 0.95% 0.69% -
XYZ 17.23 21.91 43.88 -
YUV 104.82 167.6 59.65 -
System Red Green Blue C M Y K H S L
Decimal 9 140 175 0.95 0.2 0 0.31 192.65 0.9 0.36
Hex 9 8C AF 5F 14 0 1F C1 5A 24
Octal 11 214 257 137 24 0 37 301 132 44
Binary 1001 10001100 10101111 1011111 10100 0 11111 11000001 1011010 100100

Color Harmonies of #098CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CAF

Black with #098CAF

Text Example


Text Example

White with #098CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,140,175); }

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

background-color css

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

 a { background-color: rgb(9,140,175); }

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

border-color css

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

 span { border-color: rgb(9,140,175); }

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