Html Css Color HEX #088BBB Bondi Blue

📋 copy color: '#088BBB'

red 8 ◦ green 139 ◦ blue 187

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

Shades of Bondi Blue #088BBB

Tints of Bondi Blue #088BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.99%

R = 2.4%
G = 41.62%
B = 55.99%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#088BBB (or 0x088BBB) is known color: Bondi Blue. HEX triplet: 08, 8B and BB. RGB value is (8,139,187). Sum of RGB (Red+Green+Blue) = 8+139+187=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #088BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BBB is #F77444. Grayscale: #686868. Windows color (decimal): -16217157 or 12290824. OLE color: 12290824.

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

Color convert

RGB 8 139 187 -
CMYK 0.96 0.26 0 0.27
HSL 196.09º 0.92% 0.38% -
HSV(B) 196.09º 0.96% 0.73% -
XYZ 18.3 22.1 50.32 -
YUV 105.3 174.1 58.6 -
System Red Green Blue C M Y K H S L
Decimal 8 139 187 0.96 0.26 0 0.27 196.09 0.92 0.38
Hex 8 8B BB 60 1A 0 1B C4 5C 26
Octal 10 213 273 140 32 0 33 304 134 46
Binary 1000 10001011 10111011 1100000 11010 0 11011 11000100 1011100 100110

Color Harmonies of #088BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BBB

Black with #088BBB

Text Example


Text Example

White with #088BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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