Html Css Color HEX #027EAB Cerulean

📋 copy color: '#027EAB'

red 2 ◦ green 126 ◦ blue 171

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

Shades of Cerulean #027EAB

Tints of Cerulean #027EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.19%

R = 0.67%
G = 42.14%
B = 57.19%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#027EAB (or 0x027EAB) is known color: Cerulean. HEX triplet: 02, 7E and AB. RGB value is (2,126,171). Sum of RGB (Red+Green+Blue) = 2+126+171=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #027EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027EAB is #FD8154. Grayscale: #5D5D5D. Windows color (decimal): -16613717 or 11238914. OLE color: 11238914.

HSL color Cylindrical-coordinate representation of color #027EAB: hue angle of 195.98º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027EAB is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 126 171 -
CMYK 0.99 0.26 0 0.33
HSL 195.98º 0.98% 0.34% -
HSV(B) 195.98º 0.99% 0.67% -
XYZ 14.84 17.87 41.2 -
YUV 94.05 171.42 62.34 -
System Red Green Blue C M Y K H S L
Decimal 2 126 171 0.99 0.26 0 0.33 195.98 0.98 0.34
Hex 2 7E AB 63 1A 0 21 C4 62 22
Octal 2 176 253 143 32 0 41 304 142 42
Binary 10 1111110 10101011 1100011 11010 0 100001 11000100 1100010 100010

Color Harmonies of #027EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EAB

Black with #027EAB

Text Example


Text Example

White with #027EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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