Html Css Color HEX #088CAD Bondi Blue

📋 copy color: '#088CAD'

red 8 ◦ green 140 ◦ blue 173

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

Shades of Bondi Blue #088CAD

Tints of Bondi Blue #088CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 2.49%
G = 43.61%
B = 53.89%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#088CAD (or 0x088CAD) is known color: Bondi Blue. HEX triplet: 08, 8C and AD. RGB value is (8,140,173). Sum of RGB (Red+Green+Blue) = 8+140+173=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #088CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088CAD is #F77352. Grayscale: #686868. Windows color (decimal): -16216915 or 11373576. OLE color: 11373576.

HSL color Cylindrical-coordinate representation of color #088CAD: hue angle of 192º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088CAD is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 140 173 -
CMYK 0.95 0.19 0 0.32
HSL 192º 0.91% 0.35% -
HSV(B) 192º 0.95% 0.68% -
XYZ 17.02 21.82 42.85 -
YUV 104.29 166.77 59.32 -
System Red Green Blue C M Y K H S L
Decimal 8 140 173 0.95 0.19 0 0.32 192 0.91 0.35
Hex 8 8C AD 5F 13 0 20 C0 5B 23
Octal 10 214 255 137 23 0 40 300 133 43
Binary 1000 10001100 10101101 1011111 10011 0 100000 11000000 1011011 100011

Color Harmonies of #088CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CAD

Black with #088CAD

Text Example


Text Example

White with #088CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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