#127D9F

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

Shades of Cerulean #127D9F

Tints of Cerulean #127D9F

Color information

#127D9F (or 0x127D9F) is unknown color: approx Cerulean. HEX triplet: 12, 7D and 9F. RGB value is (18,125,159). Sum of RGB (Red+Green+Blue) = 18+125+159=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #127D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D9F is #ED8260. Grayscale: #606060. Windows color (decimal): -15565409 or 10452242. OLE color: 10452242.

HSL color Cylindrical-coordinate representation of color #127D9F: hue angle of 194.47º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127D9F is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18125159-
CMYK0.890.2100.38
HSL194.47º79.66%34.71%-
HSV(B)194.47º88.68%62.35%-
XYZ13.8417.335.41-
YUV96.88163.0571.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.96%
GREEN value IS 125 (49.22% from 255) = 41.39%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=5.96%
G=41.39%
B=52.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181251590.890.2100.38194.4779.6634.71
Hex127D9F5915026c25023
Octal221752371312504630212043
Binary100101111101100111111011001101010100110110000101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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