#107997

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

Shades of Cerulean #107997

Tints of Cerulean #107997

Color information

#107997 (or 0x107997) is unknown color: approx Cerulean. HEX triplet: 10, 79 and 97. RGB value is (16,121,151). Sum of RGB (Red+Green+Blue) = 16+121+151=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #107997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107997 is #EF8668. Grayscale: #5C5C5C. Windows color (decimal): -15697513 or 9926928. OLE color: 9926928.

HSL color Cylindrical-coordinate representation of color #107997: hue angle of 193.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107997 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB16121151-
CMYK0.890.2000.41
HSL193.33º80.84%32.75%-
HSV(B)193.33º89.4%59.22%-
XYZ12.6416.0231.7-
YUV93.02160.7173.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.56%
GREEN value IS 121 (47.66% from 255) = 42.01%
BLUE value IS 151 (59.38% from 255) = 52.43%
R=5.56%
G=42.01%
B=52.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161211510.890.2000.41193.3380.8432.75
Hex1079975914029c15121
Octal201712271312405130112141
Binary100001111001100101111011001101000101001110000011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107997; }

 p { color: rgb(16,121,151); }

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

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

 a { background-color: rgb(16,121,151); }

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

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

 span { border-color: rgb(16,121,151); }

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