Html Css Color HEX #088DAB Bondi Blue

📋 copy color: '#088DAB'

red 8 ◦ green 141 ◦ blue 171

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

Shades of Bondi Blue #088DAB

Tints of Bondi Blue #088DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 2.5%
G = 44.06%
B = 53.44%

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

#088DAB (or 0x088DAB) is known color: Bondi Blue. HEX triplet: 08, 8D and AB. RGB value is (8,141,171). Sum of RGB (Red+Green+Blue) = 8+141+171=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #088DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088DAB is #F77254. Grayscale: #686868. Windows color (decimal): -16216661 or 11242760. OLE color: 11242760.

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

Color convert

RGB 8 141 171 -
CMYK 0.95 0.18 0 0.33
HSL 191.04º 0.91% 0.35% -
HSV(B) 191.04º 0.95% 0.67% -
XYZ 16.98 22.04 41.89 -
YUV 104.65 165.44 59.06 -
System Red Green Blue C M Y K H S L
Decimal 8 141 171 0.95 0.18 0 0.33 191.04 0.91 0.35
Hex 8 8D AB 5F 12 0 21 BF 5B 23
Octal 10 215 253 137 22 0 41 277 133 43
Binary 1000 10001101 10101011 1011111 10010 0 100001 10111111 1011011 100011

Color Harmonies of #088DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DAB

Black with #088DAB

Text Example


Text Example

White with #088DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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