Html Css Color HEX #099EA8 Bondi Blue

📋 copy color: '#099EA8'

red 9 ◦ green 158 ◦ blue 168

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

Shades of Bondi Blue #099EA8

Tints of Bondi Blue #099EA8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.16%

 BLUE value IS 168 (66.02% from 255) = 50.15%

R = 2.69%
G = 47.16%
B = 50.15%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#099EA8 (or 0x099EA8) is known color: Bondi Blue. HEX triplet: 09, 9E and A8. RGB value is (9,158,168). Sum of RGB (Red+Green+Blue) = 9+158+168=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 168 (66.02% from 255 or 50.15% from 335); Max value from RGB is 168 - color contains mainly: blue. Hex color #099EA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099EA8 is #F66157. Grayscale: #727272. Windows color (decimal): -16146776 or 11050505. OLE color: 11050505.

HSL color Cylindrical-coordinate representation of color #099EA8: hue angle of 183.77º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099EA8 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 9 158 168 -
CMYK 0.95 0.06 0 0.34
HSL 183.77º 0.9% 0.35% -
HSV(B) 183.77º 0.95% 0.66% -
XYZ 19.41 27.34 41.3 -
YUV 114.59 158.14 52.69 -
System Red Green Blue C M Y K H S L
Decimal 9 158 168 0.95 0.06 0 0.34 183.77 0.9 0.35
Hex 9 9E A8 5F 6 0 22 B8 5A 23
Octal 11 236 250 137 6 0 42 270 132 43
Binary 1001 10011110 10101000 1011111 110 0 100010 10111000 1011010 100011

Color Harmonies of #099EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099EA8

Black with #099EA8

Text Example


Text Example

White with #099EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099EA8; }

 p { color: rgb(9,158,168); }

 H1.HeaderClassName
 {
   color: #099EA8;
 }
 .AnyTagClassName
 {
   color: #099EA8;
 }
</style>

background-color css

<style>
 a { background-color: #099EA8; }

 a { background-color: rgb(9,158,168); }

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

border-color css

<style>
 span { border-color: #099EA8; }

 span { border-color: rgb(9,158,168); }

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