Html Css Color HEX #0081AE Cerulean

📋 copy color: '#0081AE'

red 0 ◦ green 129 ◦ blue 174

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

Shades of Cerulean #0081AE

Tints of Cerulean #0081AE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 42.57%
B = 57.43%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0081AE (or 0x0081AE) is known color: Cerulean. HEX triplet: 00, 81 and AE. RGB value is (0,129,174). Sum of RGB (Red+Green+Blue) = 0+129+174=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #0081AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0081AE is #FF7E51. Grayscale: #5F5F5F. Windows color (decimal): -16744018 or 11436288. OLE color: 11436288.

HSL color Cylindrical-coordinate representation of color #0081AE: hue angle of 195.52º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0081AE is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 129 174 -
CMYK 1 0.26 0 0.32
HSL 195.52º 1% 0.34% -
HSV(B) 195.52º 1% 0.68% -
XYZ 15.49 18.76 42.85 -
YUV 95.56 172.26 59.84 -
System Red Green Blue C M Y K H S L
Decimal 0 129 174 1 0.26 0 0.32 195.52 1 0.34
Hex 0 81 AE 64 1A 0 20 C4 64 22
Octal 0 201 256 144 32 0 40 304 144 42
Binary 0 10000001 10101110 1100100 11010 0 100000 11000100 1100100 100010

Color Harmonies of #0081AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0081AE

Black with #0081AE

Text Example


Text Example

White with #0081AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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