#127DAE

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

Shades of Cerulean #127DAE

Tints of Cerulean #127DAE

Color information

#127DAE (or 0x127DAE) is unknown color: approx Cerulean. HEX triplet: 12, 7D and AE. RGB value is (18,125,174). Sum of RGB (Red+Green+Blue) = 18+125+174=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #127DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127DAE is #ED8251. Grayscale: #626262. Windows color (decimal): -15565394 or 11435282. OLE color: 11435282.

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

Color convert

RGB18125174-
CMYK0.900.2800.32
HSL198.85º81.25%37.65%-
HSV(B)198.85º89.66%68.24%-
XYZ15.2217.8542.69-
YUV98.59170.5570.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.68%
GREEN value IS 125 (49.22% from 255) = 39.43%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=5.68%
G=39.43%
B=54.89%

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
Decimal181251740.900.2800.32198.8581.2537.65
Hex127DAE5A1C020c75126
Octal221752561323404030712146
Binary100101111101101011101011010111000100000110001111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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