Html Css Color HEX #0286AE Cerulean

📋 copy color: '#0286AE'

red 2 ◦ green 134 ◦ blue 174

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

Shades of Cerulean #0286AE

Tints of Cerulean #0286AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 0.65%
G = 43.23%
B = 56.13%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0286AE (or 0x0286AE) is known color: Cerulean. HEX triplet: 02, 86 and AE. RGB value is (2,134,174). Sum of RGB (Red+Green+Blue) = 2+134+174=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #0286AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0286AE is #FD7951. Grayscale: #626262. Windows color (decimal): -16611666 or 11437570. OLE color: 11437570.

HSL color Cylindrical-coordinate representation of color #0286AE: hue angle of 193.95º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0286AE is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 134 174 -
CMYK 0.99 0.23 0 0.32
HSL 193.95º 0.98% 0.35% -
HSV(B) 193.95º 0.99% 0.68% -
XYZ 16.19 20.12 43.07 -
YUV 99.09 170.27 58.75 -
System Red Green Blue C M Y K H S L
Decimal 2 134 174 0.99 0.23 0 0.32 193.95 0.98 0.35
Hex 2 86 AE 63 17 0 20 C2 62 23
Octal 2 206 256 143 27 0 40 302 142 43
Binary 10 10000110 10101110 1100011 10111 0 100000 11000010 1100010 100011

Color Harmonies of #0286AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0286AE

Black with #0286AE

Text Example


Text Example

White with #0286AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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