#127DBE

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

Shades of Cerulean #127DBE

Tints of Cerulean #127DBE

Color information

#127DBE (or 0x127DBE) is unknown color: approx Cerulean. HEX triplet: 12, 7D and BE. RGB value is (18,125,190). Sum of RGB (Red+Green+Blue) = 18+125+190=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #127DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DBE is #ED8241. Grayscale: #646464. Windows color (decimal): -15565378 or 12483858. OLE color: 12483858.

HSL color Cylindrical-coordinate representation of color #127DBE: hue angle of 202.67º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127DBE is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18125190-
CMYK0.910.3400.25
HSL202.67º82.69%40.78%-
HSV(B)202.67º90.53%74.51%-
XYZ16.8818.5151.4-
YUV100.42178.5569.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.41%
GREEN value IS 125 (49.22% from 255) = 37.54%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=5.41%
G=37.54%
B=57.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181251900.910.3400.25202.6782.6940.78
Hex127DBE5B22019cb5329
Octal221752761334203131312351
Binary100101111101101111101011011100010011001110010111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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