#107FA6

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

Shades of Cerulean #107FA6

Tints of Cerulean #107FA6

Color information

#107FA6 (or 0x107FA6) is unknown color: approx Cerulean. HEX triplet: 10, 7F and A6. RGB value is (16,127,166). Sum of RGB (Red+Green+Blue) = 16+127+166=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 166 (65.23% from 255 or 53.72% from 309); Max value from RGB is 166 - color contains mainly: blue. Hex color #107FA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107FA6 is #EF8059. Grayscale: #616161. Windows color (decimal): -15695962 or 10911504. OLE color: 10911504.

HSL color Cylindrical-coordinate representation of color #107FA6: hue angle of 195.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #107FA6 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16127166-
CMYK0.900.2300.35
HSL195.6º82.42%35.69%-
HSV(B)195.6º90.36%65.1%-
XYZ14.6918.0438.78-
YUV98.26166.2369.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.18%
GREEN value IS 127 (50% from 255) = 41.10%
BLUE value IS 166 (65.23% from 255) = 53.72%
R=5.18%
G=41.10%
B=53.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161271660.900.2300.35195.682.4235.69
Hex107FA65A17023c45224
Octal201772461322704330412244
Binary100001111111101001101011010101110100011110001001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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