Html Css Color HEX #088CAC Bondi Blue

📋 copy color: '#088CAC'

red 8 ◦ green 140 ◦ blue 172

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

Shades of Bondi Blue #088CAC

Tints of Bondi Blue #088CAC

RGB

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

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

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

R = 2.5%
G = 43.75%
B = 53.75%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#088CAC (or 0x088CAC) is known color: Bondi Blue. HEX triplet: 08, 8C and AC. RGB value is (8,140,172). Sum of RGB (Red+Green+Blue) = 8+140+172=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #088CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088CAC is #F77353. Grayscale: #676767. Windows color (decimal): -16216916 or 11308040. OLE color: 11308040.

HSL color Cylindrical-coordinate representation of color #088CAC: hue angle of 191.71º 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 #088CAC is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 140 172 -
CMYK 0.95 0.19 0 0.33
HSL 191.71º 0.91% 0.35% -
HSV(B) 191.71º 0.95% 0.67% -
XYZ 16.92 21.79 42.34 -
YUV 104.18 166.27 59.4 -
System Red Green Blue C M Y K H S L
Decimal 8 140 172 0.95 0.19 0 0.33 191.71 0.91 0.35
Hex 8 8C AC 5F 13 0 21 C0 5B 23
Octal 10 214 254 137 23 0 41 300 133 43
Binary 1000 10001100 10101100 1011111 10011 0 100001 11000000 1011011 100011

Color Harmonies of #088CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CAC

Black with #088CAC

Text Example


Text Example

White with #088CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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