#027E9F

Color #027E9F Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #027E9F

Tints of Cerulean #027E9F

Color information

#027E9F (or 0x027E9F) is unknown color: approx Cerulean. HEX triplet: 02, 7E and 9F. RGB value is (2,126,159). Sum of RGB (Red+Green+Blue) = 2+126+159=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #027E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027E9F is #FD8160. Grayscale: #5C5C5C. Windows color (decimal): -16613729 or 10452482. OLE color: 10452482.

HSL color Cylindrical-coordinate representation of color #027E9F: hue angle of 192.61º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027E9F is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2126159-
CMYK0.990.2100.38
HSL192.61º97.52%31.57%-
HSV(B)192.61º98.74%62.35%-
XYZ13.7417.4435.44-
YUV92.69165.4263.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 126 (49.61% from 255) = 43.90%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=0.70%
G=43.90%
B=55.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21261590.990.2100.38192.6197.5231.57
Hex27E9F6315026c16220
Octal21762371432504630114240
Binary101111110100111111100011101010100110110000011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #027E9F;
 }
 .AnyTagClassName
 {
   color: #027E9F;
 }
</style>
background-color css

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

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

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

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

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

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