Html Css Color HEX #0287AC Cerulean

📋 copy color: '#0287AC'

red 2 ◦ green 135 ◦ blue 172

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

Shades of Cerulean #0287AC

Tints of Cerulean #0287AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.66%

R = 0.65%
G = 43.69%
B = 55.66%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0287AC (or 0x0287AC) is known color: Cerulean. HEX triplet: 02, 87 and AC. RGB value is (2,135,172). Sum of RGB (Red+Green+Blue) = 2+135+172=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #0287AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0287AC is #FD7853. Grayscale: #636363. Windows color (decimal): -16611412 or 11306754. OLE color: 11306754.

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

Color convert

RGB 2 135 172 -
CMYK 0.99 0.22 0 0.33
HSL 193.06º 0.98% 0.34% -
HSV(B) 193.06º 0.99% 0.67% -
XYZ 16.14 20.32 42.1 -
YUV 99.45 168.94 58.49 -
System Red Green Blue C M Y K H S L
Decimal 2 135 172 0.99 0.22 0 0.33 193.06 0.98 0.34
Hex 2 87 AC 63 16 0 21 C1 62 22
Octal 2 207 254 143 26 0 41 301 142 42
Binary 10 10000111 10101100 1100011 10110 0 100001 11000001 1100010 100010

Color Harmonies of #0287AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0287AC

Black with #0287AC

Text Example


Text Example

White with #0287AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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