#127FB7

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

Shades of Cerulean #127FB7

Tints of Cerulean #127FB7

Color information

#127FB7 (or 0x127FB7) is unknown color: approx Cerulean. HEX triplet: 12, 7F and B7. RGB value is (18,127,183). Sum of RGB (Red+Green+Blue) = 18+127+183=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 183 (71.88% from 255 or 55.79% from 328); Max value from RGB is 183 - color contains mainly: blue. Hex color #127FB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FB7 is #ED8048. Grayscale: #646464. Windows color (decimal): -15564873 or 12025618. OLE color: 12025618.

HSL color Cylindrical-coordinate representation of color #127FB7: hue angle of 200.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127FB7 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18127183-
CMYK0.900.3100.28
HSL200.36º82.09%39.41%-
HSV(B)200.36º90.16%71.76%-
XYZ16.3918.7347.55-
YUV100.79174.3968.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.49%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 183 (71.88% from 255) = 55.79%
R=5.49%
G=38.72%
B=55.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181271830.900.3100.28200.3682.0939.41
Hex127FB75A1F01Cc85227
Octal221772671323703431012247
Binary10010111111110110111101101011111011100110010001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,127,183); }

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

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

 a { background-color: rgb(18,127,183); }

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

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

 span { border-color: rgb(18,127,183); }

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