Html Css Color HEX #0288BC Bondi Blue

📋 copy color: '#0288BC'

red 2 ◦ green 136 ◦ blue 188

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

Shades of Bondi Blue #0288BC

Tints of Bondi Blue #0288BC

RGB

 RED value IS 2 (1.17% from 255) = 0.61%

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

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

R = 0.61%
G = 41.72%
B = 57.67%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0288BC (or 0x0288BC) is known color: Bondi Blue. HEX triplet: 02, 88 and BC. RGB value is (2,136,188). Sum of RGB (Red+Green+Blue) = 2+136+188=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #0288BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0288BC is #FD7743. Grayscale: #656565. Windows color (decimal): -16611140 or 12355586. OLE color: 12355586.

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

Color convert

RGB 2 136 188 -
CMYK 0.99 0.28 0 0.26
HSL 196.77º 0.98% 0.37% -
HSV(B) 196.77º 0.99% 0.74% -
XYZ 17.91 21.25 50.74 -
YUV 101.86 176.61 56.77 -
System Red Green Blue C M Y K H S L
Decimal 2 136 188 0.99 0.28 0 0.26 196.77 0.98 0.37
Hex 2 88 BC 63 1C 0 1A C5 62 25
Octal 2 210 274 143 34 0 32 305 142 45
Binary 10 10001000 10111100 1100011 11100 0 11010 11000101 1100010 100101

Color Harmonies of #0288BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0288BC

Black with #0288BC

Text Example


Text Example

White with #0288BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0288BC; }

 p { color: rgb(2,136,188); }

 H1.HeaderClassName
 {
   color: #0288BC;
 }
 .AnyTagClassName
 {
   color: #0288BC;
 }
</style>

background-color css

<style>
 a { background-color: #0288BC; }

 a { background-color: rgb(2,136,188); }

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

border-color css

<style>
 span { border-color: #0288BC; }

 span { border-color: rgb(2,136,188); }

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