#107FA0

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

Shades of Cerulean #107FA0

Tints of Cerulean #107FA0

Color information

#107FA0 (or 0x107FA0) is unknown color: approx Cerulean. HEX triplet: 10, 7F and A0. RGB value is (16,127,160). Sum of RGB (Red+Green+Blue) = 16+127+160=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #107FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107FA0 is #EF805F. Grayscale: #616161. Windows color (decimal): -15695968 or 10518288. OLE color: 10518288.

HSL color Cylindrical-coordinate representation of color #107FA0: hue angle of 193.75º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107FA0 is Cyan = 0.9, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB16127160-
CMYK0.90.2100.37
HSL193.75º81.82%34.51%-
HSV(B)193.75º90%62.75%-
XYZ14.1517.8335.95-
YUV97.57163.2369.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.28%
GREEN value IS 127 (50% from 255) = 41.91%
BLUE value IS 160 (62.89% from 255) = 52.81%
R=5.28%
G=41.91%
B=52.81%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161271600.90.2100.37193.7581.8234.51
Hex107FA05A15025c25223
Octal201772401322504530212243
Binary100001111111101000001011010101010100101110000101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107FA0; }

 p { color: rgb(16,127,160); }

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

<style>
 a { background-color: #107FA0; }

 a { background-color: rgb(16,127,160); }

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

<style>
 span { border-color: #107FA0; }

 span { border-color: rgb(16,127,160); }

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