#127DAB

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

Shades of Cerulean #127DAB

Tints of Cerulean #127DAB

Color information

#127DAB (or 0x127DAB) is unknown color: approx Cerulean. HEX triplet: 12, 7D and AB. RGB value is (18,125,171). Sum of RGB (Red+Green+Blue) = 18+125+171=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #127DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127DAB is #ED8254. Grayscale: #616161. Windows color (decimal): -15565397 or 11238674. OLE color: 11238674.

HSL color Cylindrical-coordinate representation of color #127DAB: hue angle of 198.04º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127DAB is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18125171-
CMYK0.890.2700.33
HSL198.04º80.95%37.06%-
HSV(B)198.04º89.47%67.06%-
XYZ14.9317.7441.16-
YUV98.25169.0570.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.73%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 171 (67.19% from 255) = 54.46%
R=5.73%
G=39.81%
B=54.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181251710.890.2700.33198.0480.9537.06
Hex127DAB591B021c65125
Octal221752531313304130612145
Binary100101111101101010111011001110110100001110001101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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