#127CAE

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

Shades of Cerulean #127CAE

Tints of Cerulean #127CAE

Color information

#127CAE (or 0x127CAE) is unknown color: approx Cerulean. HEX triplet: 12, 7C and AE. RGB value is (18,124,174). Sum of RGB (Red+Green+Blue) = 18+124+174=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #127CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127CAE is #ED8351. Grayscale: #616161. Windows color (decimal): -15565650 or 11435026. OLE color: 11435026.

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

Color convert

RGB18124174-
CMYK0.900.2900.32
HSL199.23º81.25%37.65%-
HSV(B)199.23º89.66%68.24%-
XYZ15.117.642.65-
YUV98.01170.8870.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.70%
GREEN value IS 124 (48.83% from 255) = 39.24%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=5.70%
G=39.24%
B=55.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal181241740.900.2900.32199.2381.2537.65
Hex127CAE5A1D020c75126
Octal221742561323504030712146
Binary100101111100101011101011010111010100000110001111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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