Html Css Color HEX #0286AA Cerulean

📋 copy color: '#0286AA'

red 2 ◦ green 134 ◦ blue 170

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

Shades of Cerulean #0286AA

Tints of Cerulean #0286AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.79%

 BLUE value IS 170 (66.8% from 255) = 55.56%

R = 0.65%
G = 43.79%
B = 55.56%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0286AA (or 0x0286AA) is known color: Cerulean. HEX triplet: 02, 86 and AA. RGB value is (2,134,170). Sum of RGB (Red+Green+Blue) = 2+134+170=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #0286AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0286AA is #FD7955. Grayscale: #626262. Windows color (decimal): -16611670 or 11175426. OLE color: 11175426.

HSL color Cylindrical-coordinate representation of color #0286AA: hue angle of 192.86º 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 #0286AA is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 134 170 -
CMYK 0.99 0.21 0 0.33
HSL 192.86º 0.98% 0.34% -
HSV(B) 192.86º 0.99% 0.67% -
XYZ 15.81 19.97 41.05 -
YUV 98.64 168.27 59.07 -
System Red Green Blue C M Y K H S L
Decimal 2 134 170 0.99 0.21 0 0.33 192.86 0.98 0.34
Hex 2 86 AA 63 15 0 21 C1 62 22
Octal 2 206 252 143 25 0 41 301 142 42
Binary 10 10000110 10101010 1100011 10101 0 100001 11000001 1100010 100010

Color Harmonies of #0286AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0286AA

Black with #0286AA

Text Example


Text Example

White with #0286AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0286AA;
 }
 .AnyTagClassName
 {
   color: #0286AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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