Html Css Color HEX #0288BF Bondi Blue

📋 copy color: '#0288BF'

red 2 ◦ green 136 ◦ blue 191

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

Shades of Bondi Blue #0288BF

Tints of Bondi Blue #0288BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.05%

R = 0.61%
G = 41.34%
B = 58.05%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0288BF (or 0x0288BF) is known color: Bondi Blue. HEX triplet: 02, 88 and BF. RGB value is (2,136,191). Sum of RGB (Red+Green+Blue) = 2+136+191=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #0288BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0288BF is #FD7740. Grayscale: #656565. Windows color (decimal): -16611137 or 12552194. OLE color: 12552194.

HSL color Cylindrical-coordinate representation of color #0288BF: hue angle of 197.46º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0288BF is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 136 191 -
CMYK 0.99 0.29 0 0.25
HSL 197.46º 0.98% 0.38% -
HSV(B) 197.46º 0.99% 0.75% -
XYZ 18.23 21.38 52.46 -
YUV 102.2 178.11 56.53 -
System Red Green Blue C M Y K H S L
Decimal 2 136 191 0.99 0.29 0 0.25 197.46 0.98 0.38
Hex 2 88 BF 63 1D 0 19 C5 62 26
Octal 2 210 277 143 35 0 31 305 142 46
Binary 10 10001000 10111111 1100011 11101 0 11001 11000101 1100010 100110

Color Harmonies of #0288BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0288BF

Black with #0288BF

Text Example


Text Example

White with #0288BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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