Html Css Color HEX #088BB8 Bondi Blue

📋 copy color: '#088BB8'

red 8 ◦ green 139 ◦ blue 184

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

Shades of Bondi Blue #088BB8

Tints of Bondi Blue #088BB8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.99%

 BLUE value IS 184 (72.27% from 255) = 55.59%

R = 2.42%
G = 41.99%
B = 55.59%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#088BB8 (or 0x088BB8) is known color: Bondi Blue. HEX triplet: 08, 8B and B8. RGB value is (8,139,184). Sum of RGB (Red+Green+Blue) = 8+139+184=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 184 (72.27% from 255 or 55.59% from 331); Max value from RGB is 184 - color contains mainly: blue. Hex color #088BB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BB8 is #F77447. Grayscale: #686868. Windows color (decimal): -16217160 or 12094216. OLE color: 12094216.

HSL color Cylindrical-coordinate representation of color #088BB8: hue angle of 195.34º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088BB8 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 8 139 184 -
CMYK 0.96 0.24 0 0.28
HSL 195.34º 0.92% 0.38% -
HSV(B) 195.34º 0.96% 0.72% -
XYZ 17.98 21.98 48.64 -
YUV 104.96 172.6 58.84 -
System Red Green Blue C M Y K H S L
Decimal 8 139 184 0.96 0.24 0 0.28 195.34 0.92 0.38
Hex 8 8B B8 60 18 0 1C C3 5C 26
Octal 10 213 270 140 30 0 34 303 134 46
Binary 1000 10001011 10111000 1100000 11000 0 11100 11000011 1011100 100110

Color Harmonies of #088BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BB8

Black with #088BB8

Text Example


Text Example

White with #088BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,139,184); }

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

background-color css

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

 a { background-color: rgb(8,139,184); }

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

border-color css

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

 span { border-color: rgb(8,139,184); }

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