Html Css Color HEX #088EAC Bondi Blue

📋 copy color: '#088EAC'

red 8 ◦ green 142 ◦ blue 172

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

Shades of Bondi Blue #088EAC

Tints of Bondi Blue #088EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.1%

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

R = 2.48%
G = 44.1%
B = 53.42%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#088EAC (or 0x088EAC) is known color: Bondi Blue. HEX triplet: 08, 8E and AC. RGB value is (8,142,172). Sum of RGB (Red+Green+Blue) = 8+142+172=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #088EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088EAC is #F77153. Grayscale: #696969. Windows color (decimal): -16216404 or 11308552. OLE color: 11308552.

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

Color convert

RGB 8 142 172 -
CMYK 0.95 0.17 0 0.33
HSL 190.98º 0.91% 0.35% -
HSV(B) 190.98º 0.95% 0.67% -
XYZ 17.22 22.38 42.44 -
YUV 105.35 165.61 58.56 -
System Red Green Blue C M Y K H S L
Decimal 8 142 172 0.95 0.17 0 0.33 190.98 0.91 0.35
Hex 8 8E AC 5F 11 0 21 BF 5B 23
Octal 10 216 254 137 21 0 41 277 133 43
Binary 1000 10001110 10101100 1011111 10001 0 100001 10111111 1011011 100011

Color Harmonies of #088EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088EAC

Black with #088EAC

Text Example


Text Example

White with #088EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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