#0286B5

Color #0286B5 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0286B5

Tints of Bondi Blue #0286B5

Color information

#0286B5 (or 0x0286B5) is unknown color: approx Bondi Blue. HEX triplet: 02, 86 and B5. RGB value is (2,134,181). Sum of RGB (Red+Green+Blue) = 2+134+181=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #0286B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0286B5 is #FD794A. Grayscale: #636363. Windows color (decimal): -16611659 or 11896322. OLE color: 11896322.

HSL color Cylindrical-coordinate representation of color #0286B5: hue angle of 195.75º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0286B5 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2134181-
CMYK0.990.2600.29
HSL195.75º97.81%35.88%-
HSV(B)195.75º98.9%70.98%-
XYZ16.8920.446.76-
YUV99.89173.7758.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 181 (71.09% from 255) = 57.10%
R=0.63%
G=42.27%
B=57.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21341810.990.2600.29195.7597.8135.88
Hex286B5631A01Dc46224
Octal22062651433203530414244
Binary101000011010110101110001111010011101110001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0286B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0286B5; }

 p { color: rgb(2,134,181); }

 H1.HeaderClassName
 {
   color: #0286B5;
 }
 .AnyTagClassName
 {
   color: #0286B5;
 }
</style>
background-color css

<style>
 a { background-color: #0286B5; }

 a { background-color: rgb(2,134,181); }

 div.DivClassName
 {
   background-color: #0286B5;
 }
 .BgClassName
 {
   background-color: #0286B5;
 }
</style>
border-color css

<style>
 span { border-color: #0286B5; }

 span { border-color: rgb(2,134,181); }

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