Html Css Color HEX #089CAC Bondi Blue

📋 copy color: '#089CAC'

red 8 ◦ green 156 ◦ blue 172

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

Shades of Bondi Blue #089CAC

Tints of Bondi Blue #089CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.43%

 BLUE value IS 172 (67.58% from 255) = 51.19%

R = 2.38%
G = 46.43%
B = 51.19%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#089CAC (or 0x089CAC) is known color: Bondi Blue. HEX triplet: 08, 9C and AC. RGB value is (8,156,172). Sum of RGB (Red+Green+Blue) = 8+156+172=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #089CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089CAC is #F76353. Grayscale: #717171. Windows color (decimal): -16212820 or 11312136. OLE color: 11312136.

HSL color Cylindrical-coordinate representation of color #089CAC: hue angle of 185.85º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089CAC is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 156 172 -
CMYK 0.95 0.09 0 0.33
HSL 185.85º 0.91% 0.35% -
HSV(B) 185.85º 0.95% 0.67% -
XYZ 19.44 26.81 43.18 -
YUV 113.57 160.97 52.7 -
System Red Green Blue C M Y K H S L
Decimal 8 156 172 0.95 0.09 0 0.33 185.85 0.91 0.35
Hex 8 9C AC 5F 9 0 21 BA 5B 23
Octal 10 234 254 137 11 0 41 272 133 43
Binary 1000 10011100 10101100 1011111 1001 0 100001 10111010 1011011 100011

Color Harmonies of #089CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089CAC

Black with #089CAC

Text Example


Text Example

White with #089CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,156,172); }

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

background-color css

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

 a { background-color: rgb(8,156,172); }

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

border-color css

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

 span { border-color: rgb(8,156,172); }

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