#127BAB

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

Shades of Cerulean #127BAB

Tints of Cerulean #127BAB

Color information

#127BAB (or 0x127BAB) is unknown color: approx Cerulean. HEX triplet: 12, 7B and AB. RGB value is (18,123,171). Sum of RGB (Red+Green+Blue) = 18+123+171=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #127BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BAB is #ED8454. Grayscale: #606060. Windows color (decimal): -15565909 or 11238162. OLE color: 11238162.

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

Color convert

RGB18123171-
CMYK0.890.2800.33
HSL198.82º80.95%37.06%-
HSV(B)198.82º89.47%67.06%-
XYZ14.6817.2341.08-
YUV97.08169.7171.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.77%
GREEN value IS 123 (48.44% from 255) = 39.42%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=5.77%
G=39.42%
B=54.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181231710.890.2800.33198.8280.9537.06
Hex127BAB591C021c75125
Octal221732531313404130712145
Binary100101111011101010111011001111000100001110001111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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