Html Css Color HEX #088BBD Bondi Blue

📋 copy color: '#088BBD'

red 8 ◦ green 139 ◦ blue 189

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

Shades of Bondi Blue #088BBD

Tints of Bondi Blue #088BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.25%

R = 2.38%
G = 41.37%
B = 56.25%

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

#088BBD (or 0x088BBD) is known color: Bondi Blue. HEX triplet: 08, 8B and BD. RGB value is (8,139,189). Sum of RGB (Red+Green+Blue) = 8+139+189=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #088BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BBD is #F77442. Grayscale: #696969. Windows color (decimal): -16217155 or 12421896. OLE color: 12421896.

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

Color convert

RGB 8 139 189 -
CMYK 0.96 0.26 0 0.26
HSL 196.57º 0.92% 0.39% -
HSV(B) 196.57º 0.96% 0.74% -
XYZ 18.52 22.19 51.45 -
YUV 105.53 175.1 58.43 -
System Red Green Blue C M Y K H S L
Decimal 8 139 189 0.96 0.26 0 0.26 196.57 0.92 0.39
Hex 8 8B BD 60 1A 0 1A C5 5C 27
Octal 10 213 275 140 32 0 32 305 134 47
Binary 1000 10001011 10111101 1100000 11010 0 11010 11000101 1011100 100111

Color Harmonies of #088BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BBD

Black with #088BBD

Text Example


Text Example

White with #088BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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