Html Css Color HEX #088BBC Bondi Blue

📋 copy color: '#088BBC'

red 8 ◦ green 139 ◦ blue 188

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

Shades of Bondi Blue #088BBC

Tints of Bondi Blue #088BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 2.39%
G = 41.49%
B = 56.12%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#088BBC (or 0x088BBC) is known color: Bondi Blue. HEX triplet: 08, 8B and BC. RGB value is (8,139,188). Sum of RGB (Red+Green+Blue) = 8+139+188=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #088BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BBC is #F77443. Grayscale: #696969. Windows color (decimal): -16217156 or 12356360. OLE color: 12356360.

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

Color convert

RGB 8 139 188 -
CMYK 0.96 0.26 0 0.26
HSL 196.33º 0.92% 0.38% -
HSV(B) 196.33º 0.96% 0.74% -
XYZ 18.41 22.15 50.88 -
YUV 105.42 174.6 58.52 -
System Red Green Blue C M Y K H S L
Decimal 8 139 188 0.96 0.26 0 0.26 196.33 0.92 0.38
Hex 8 8B BC 60 1A 0 1A C4 5C 26
Octal 10 213 274 140 32 0 32 304 134 46
Binary 1000 10001011 10111100 1100000 11010 0 11010 11000100 1011100 100110

Color Harmonies of #088BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BBC

Black with #088BBC

Text Example


Text Example

White with #088BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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