Html Css Color HEX #0281AE Cerulean

📋 copy color: '#0281AE'

red 2 ◦ green 129 ◦ blue 174

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

Shades of Cerulean #0281AE

Tints of Cerulean #0281AE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.3%

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

R = 0.66%
G = 42.3%
B = 57.05%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0281AE (or 0x0281AE) is known color: Cerulean. HEX triplet: 02, 81 and AE. RGB value is (2,129,174). Sum of RGB (Red+Green+Blue) = 2+129+174=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #0281AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0281AE is #FD7E51. Grayscale: #5F5F5F. Windows color (decimal): -16612946 or 11436290. OLE color: 11436290.

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

Color convert

RGB 2 129 174 -
CMYK 0.99 0.26 0 0.32
HSL 195.7º 0.98% 0.35% -
HSV(B) 195.7º 0.99% 0.68% -
XYZ 15.52 18.77 42.85 -
YUV 96.16 171.92 60.84 -
System Red Green Blue C M Y K H S L
Decimal 2 129 174 0.99 0.26 0 0.32 195.7 0.98 0.35
Hex 2 81 AE 63 1A 0 20 C4 62 23
Octal 2 201 256 143 32 0 40 304 142 43
Binary 10 10000001 10101110 1100011 11010 0 100000 11000100 1100010 100011

Color Harmonies of #0281AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0281AE

Black with #0281AE

Text Example


Text Example

White with #0281AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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