#127FAE

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

Shades of Cerulean #127FAE

Tints of Cerulean #127FAE

Color information

#127FAE (or 0x127FAE) is unknown color: approx Cerulean. HEX triplet: 12, 7F and AE. RGB value is (18,127,174). Sum of RGB (Red+Green+Blue) = 18+127+174=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #127FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127FAE is #ED8051. Grayscale: #636363. Windows color (decimal): -15564882 or 11435794. OLE color: 11435794.

HSL color Cylindrical-coordinate representation of color #127FAE: hue angle of 198.08º 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 #127FAE is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB18127174-
CMYK0.900.2700.32
HSL198.08º81.25%37.65%-
HSV(B)198.08º89.66%68.24%-
XYZ15.4818.3642.77-
YUV99.77169.8969.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.64%
GREEN value IS 127 (50% from 255) = 39.81%
BLUE value IS 174 (68.36% from 255) = 54.55%
R=5.64%
G=39.81%
B=54.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal181271740.900.2700.32198.0881.2537.65
Hex127FAE5A1B020c65126
Octal221772561323304030612146
Binary100101111111101011101011010110110100000110001101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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