#127DBC

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

Shades of Cerulean #127DBC

Tints of Cerulean #127DBC

Color information

#127DBC (or 0x127DBC) is unknown color: approx Cerulean. HEX triplet: 12, 7D and BC. RGB value is (18,125,188). Sum of RGB (Red+Green+Blue) = 18+125+188=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #127DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DBC is #ED8243. Grayscale: #636363. Windows color (decimal): -15565380 or 12352786. OLE color: 12352786.

HSL color Cylindrical-coordinate representation of color #127DBC: hue angle of 202.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127DBC is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18125188-
CMYK0.900.3400.26
HSL202.24º82.52%40.39%-
HSV(B)202.24º90.43%73.73%-
XYZ16.6618.4350.26-
YUV100.19177.5569.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.44%
GREEN value IS 125 (49.22% from 255) = 37.76%
BLUE value IS 188 (73.83% from 255) = 56.80%
R=5.44%
G=37.76%
B=56.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181251880.900.3400.26202.2482.5240.39
Hex127DBC5A2201Aca5328
Octal221752741324203231212350
Binary100101111101101111001011010100010011010110010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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