Html Css Color HEX #0287C6 Bondi Blue

📋 copy color: '#0287C6'

red 2 ◦ green 135 ◦ blue 198

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

Shades of Bondi Blue #0287C6

Tints of Bondi Blue #0287C6

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.3%

 BLUE value IS 198 (77.73% from 255) = 59.1%

R = 0.6%
G = 40.3%
B = 59.1%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0287C6 (or 0x0287C6) is known color: Bondi Blue. HEX triplet: 02, 87 and C6. RGB value is (2,135,198). Sum of RGB (Red+Green+Blue) = 2+135+198=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #0287C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0287C6 is #FD7839. Grayscale: #666666. Windows color (decimal): -16611386 or 13010690. OLE color: 13010690.

HSL color Cylindrical-coordinate representation of color #0287C6: hue angle of 199.29º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0287C6 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 135 198 -
CMYK 0.99 0.32 0 0.22
HSL 199.29º 0.98% 0.39% -
HSV(B) 199.29º 0.99% 0.78% -
XYZ 18.88 21.42 56.56 -
YUV 102.42 181.94 56.38 -
System Red Green Blue C M Y K H S L
Decimal 2 135 198 0.99 0.32 0 0.22 199.29 0.98 0.39
Hex 2 87 C6 63 20 0 16 C7 62 27
Octal 2 207 306 143 40 0 26 307 142 47
Binary 10 10000111 11000110 1100011 100000 0 10110 11000111 1100010 100111

Color Harmonies of #0287C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0287C6

Black with #0287C6

Text Example


Text Example

White with #0287C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0287C6; }

 p { color: rgb(2,135,198); }

 H1.HeaderClassName
 {
   color: #0287C6;
 }
 .AnyTagClassName
 {
   color: #0287C6;
 }
</style>

background-color css

<style>
 a { background-color: #0287C6; }

 a { background-color: rgb(2,135,198); }

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

border-color css

<style>
 span { border-color: #0287C6; }

 span { border-color: rgb(2,135,198); }

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