#127EAE

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

Shades of Cerulean #127EAE

Tints of Cerulean #127EAE

Color information

#127EAE (or 0x127EAE) is unknown color: approx Cerulean. HEX triplet: 12, 7E and AE. RGB value is (18,126,174). Sum of RGB (Red+Green+Blue) = 18+126+174=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #127EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127EAE is #ED8151. Grayscale: #626262. Windows color (decimal): -15565138 or 11435538. OLE color: 11435538.

HSL color Cylindrical-coordinate representation of color #127EAE: hue angle of 198.46º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127EAE is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB18126174-
CMYK0.900.2800.32
HSL198.46º81.25%37.65%-
HSV(B)198.46º89.66%68.24%-
XYZ15.3518.1142.73-
YUV99.18170.2270.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.66%
GREEN value IS 126 (49.61% from 255) = 39.62%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=5.66%
G=39.62%
B=54.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal181261740.900.2800.32198.4681.2537.65
Hex127EAE5A1C020c65126
Octal221762561323404030612146
Binary100101111110101011101011010111000100000110001101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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