Html Css Color HEX #089EA8 Bondi Blue

📋 copy color: '#089EA8'

red 8 ◦ green 158 ◦ blue 168

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

Shades of Bondi Blue #089EA8

Tints of Bondi Blue #089EA8

RGB

 RED value IS 8 (3.52% from 255) = 2.4%

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

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

R = 2.4%
G = 47.31%
B = 50.3%

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

#089EA8 (or 0x089EA8) is known color: Bondi Blue. HEX triplet: 08, 9E and A8. RGB value is (8,158,168). Sum of RGB (Red+Green+Blue) = 8+158+168=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 168 (66.02% from 255 or 50.30% from 334); Max value from RGB is 168 - color contains mainly: blue. Hex color #089EA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089EA8 is #F76157. Grayscale: #727272. Windows color (decimal): -16212312 or 11050504. OLE color: 11050504.

HSL color Cylindrical-coordinate representation of color #089EA8: hue angle of 183.75º degrees, saturation: 0.91, 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 #089EA8 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 8 158 168 -
CMYK 0.95 0.06 0 0.34
HSL 183.75º 0.91% 0.35% -
HSV(B) 183.75º 0.95% 0.66% -
XYZ 19.39 27.33 41.3 -
YUV 114.29 158.31 52.19 -
System Red Green Blue C M Y K H S L
Decimal 8 158 168 0.95 0.06 0 0.34 183.75 0.91 0.35
Hex 8 9E A8 5F 6 0 22 B8 5B 23
Octal 10 236 250 137 6 0 42 270 133 43
Binary 1000 10011110 10101000 1011111 110 0 100010 10111000 1011011 100011

Color Harmonies of #089EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EA8

Black with #089EA8

Text Example


Text Example

White with #089EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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