Html Css Color HEX #0088BD Bondi Blue

📋 copy color: '#0088BD'

red 0 ◦ green 136 ◦ blue 189

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

Shades of Bondi Blue #0088BD

Tints of Bondi Blue #0088BD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 136 (53.52% from 255) = 41.85%

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

R = 0%
G = 41.85%
B = 58.15%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0088BD (or 0x0088BD) is known color: Bondi Blue. HEX triplet: 00, 88 and BD. RGB value is (0,136,189). Sum of RGB (Red+Green+Blue) = 0+136+189=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #0088BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0088BD is #FF7742. Grayscale: #656565. Windows color (decimal): -16742211 or 12421120. OLE color: 12421120.

HSL color Cylindrical-coordinate representation of color #0088BD: hue angle of 196.83º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088BD is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 136 189 -
CMYK 1 0.28 0 0.26
HSL 196.83º 1% 0.37% -
HSV(B) 196.83º 1% 0.74% -
XYZ 17.99 21.28 51.3 -
YUV 101.38 177.44 55.69 -
System Red Green Blue C M Y K H S L
Decimal 0 136 189 1 0.28 0 0.26 196.83 1 0.37
Hex 0 88 BD 64 1C 0 1A C5 64 25
Octal 0 210 275 144 34 0 32 305 144 45
Binary 0 10001000 10111101 1100100 11100 0 11010 11000101 1100100 100101

Color Harmonies of #0088BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0088BD

Black with #0088BD

Text Example


Text Example

White with #0088BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0088BD; }

 p { color: rgb(0,136,189); }

 H1.HeaderClassName
 {
   color: #0088BD;
 }
 .AnyTagClassName
 {
   color: #0088BD;
 }
</style>

background-color css

<style>
 a { background-color: #0088BD; }

 a { background-color: rgb(0,136,189); }

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

border-color css

<style>
 span { border-color: #0088BD; }

 span { border-color: rgb(0,136,189); }

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