Html Css Color HEX #088DAC Bondi Blue

📋 copy color: '#088DAC'

red 8 ◦ green 141 ◦ blue 172

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

Shades of Bondi Blue #088DAC

Tints of Bondi Blue #088DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.93%

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

R = 2.49%
G = 43.93%
B = 53.58%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#088DAC (or 0x088DAC) is known color: Bondi Blue. HEX triplet: 08, 8D and AC. RGB value is (8,141,172). Sum of RGB (Red+Green+Blue) = 8+141+172=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #088DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088DAC is #F77253. Grayscale: #686868. Windows color (decimal): -16216660 or 11308296. OLE color: 11308296.

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

Color convert

RGB 8 141 172 -
CMYK 0.95 0.18 0 0.33
HSL 191.34º 0.91% 0.35% -
HSV(B) 191.34º 0.95% 0.67% -
XYZ 17.07 22.08 42.39 -
YUV 104.77 165.94 58.98 -
System Red Green Blue C M Y K H S L
Decimal 8 141 172 0.95 0.18 0 0.33 191.34 0.91 0.35
Hex 8 8D AC 5F 12 0 21 BF 5B 23
Octal 10 215 254 137 22 0 41 277 133 43
Binary 1000 10001101 10101100 1011111 10010 0 100001 10111111 1011011 100011

Color Harmonies of #088DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DAC

Black with #088DAC

Text Example


Text Example

White with #088DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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