Html Css Color HEX #0088BE Bondi Blue

📋 copy color: '#0088BE'

red 0 ◦ green 136 ◦ blue 190

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

Shades of Bondi Blue #0088BE

Tints of Bondi Blue #0088BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 0%
G = 41.72%
B = 58.28%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0088BE (or 0x0088BE) is known color: Bondi Blue. HEX triplet: 00, 88 and BE. RGB value is (0,136,190). Sum of RGB (Red+Green+Blue) = 0+136+190=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #0088BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0088BE is #FF7741. Grayscale: #656565. Windows color (decimal): -16742210 or 12486656. OLE color: 12486656.

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

Color convert

RGB 0 136 190 -
CMYK 1 0.28 0 0.25
HSL 197.05º 1% 0.37% -
HSV(B) 197.05º 1% 0.75% -
XYZ 18.1 21.33 51.88 -
YUV 101.49 177.94 55.61 -
System Red Green Blue C M Y K H S L
Decimal 0 136 190 1 0.28 0 0.25 197.05 1 0.37
Hex 0 88 BE 64 1C 0 19 C5 64 25
Octal 0 210 276 144 34 0 31 305 144 45
Binary 0 10001000 10111110 1100100 11100 0 11001 11000101 1100100 100101

Color Harmonies of #0088BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0088BE

Black with #0088BE

Text Example


Text Example

White with #0088BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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