Html Css Color HEX #0285AE Cerulean

📋 copy color: '#0285AE'

red 2 ◦ green 133 ◦ blue 174

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

Shades of Cerulean #0285AE

Tints of Cerulean #0285AE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.04%

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

R = 0.65%
G = 43.04%
B = 56.31%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0285AE (or 0x0285AE) is known color: Cerulean. HEX triplet: 02, 85 and AE. RGB value is (2,133,174). Sum of RGB (Red+Green+Blue) = 2+133+174=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #0285AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0285AE is #FD7A51. Grayscale: #626262. Windows color (decimal): -16611922 or 11437314. OLE color: 11437314.

HSL color Cylindrical-coordinate representation of color #0285AE: hue angle of 194.3º 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 #0285AE is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 133 174 -
CMYK 0.99 0.24 0 0.32
HSL 194.3º 0.98% 0.35% -
HSV(B) 194.3º 0.99% 0.68% -
XYZ 16.05 19.84 43.03 -
YUV 98.51 170.6 59.17 -
System Red Green Blue C M Y K H S L
Decimal 2 133 174 0.99 0.24 0 0.32 194.3 0.98 0.35
Hex 2 85 AE 63 18 0 20 C2 62 23
Octal 2 205 256 143 30 0 40 302 142 43
Binary 10 10000101 10101110 1100011 11000 0 100000 11000010 1100010 100011

Color Harmonies of #0285AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0285AE

Black with #0285AE

Text Example


Text Example

White with #0285AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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