Html Css Color HEX #027EAE Cerulean

📋 copy color: '#027EAE'

red 2 ◦ green 126 ◦ blue 174

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

Shades of Cerulean #027EAE

Tints of Cerulean #027EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.72%

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

R = 0.66%
G = 41.72%
B = 57.62%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#027EAE (or 0x027EAE) is known color: Cerulean. HEX triplet: 02, 7E and AE. RGB value is (2,126,174). Sum of RGB (Red+Green+Blue) = 2+126+174=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #027EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027EAE is #FD8151. Grayscale: #5E5E5E. Windows color (decimal): -16613714 or 11435522. OLE color: 11435522.

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

Color convert

RGB 2 126 174 -
CMYK 0.99 0.28 0 0.32
HSL 196.74º 0.98% 0.35% -
HSV(B) 196.74º 0.99% 0.68% -
XYZ 15.13 17.99 42.72 -
YUV 94.4 172.92 62.1 -
System Red Green Blue C M Y K H S L
Decimal 2 126 174 0.99 0.28 0 0.32 196.74 0.98 0.35
Hex 2 7E AE 63 1C 0 20 C5 62 23
Octal 2 176 256 143 34 0 40 305 142 43
Binary 10 1111110 10101110 1100011 11100 0 100000 11000101 1100010 100011

Color Harmonies of #027EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EAE

Black with #027EAE

Text Example


Text Example

White with #027EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027EAE; }

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

 H1.HeaderClassName
 {
   color: #027EAE;
 }
 .AnyTagClassName
 {
   color: #027EAE;
 }
</style>

background-color css

<style>
 a { background-color: #027EAE; }

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

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

border-color css

<style>
 span { border-color: #027EAE; }

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

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