#107FBB

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

Shades of Cerulean #107FBB

Tints of Cerulean #107FBB

Color information

#107FBB (or 0x107FBB) is unknown color: approx Cerulean. HEX triplet: 10, 7F and BB. RGB value is (16,127,187). Sum of RGB (Red+Green+Blue) = 16+127+187=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #107FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FBB is #EF8044. Grayscale: #646464. Windows color (decimal): -15695941 or 12287760. OLE color: 12287760.

HSL color Cylindrical-coordinate representation of color #107FBB: hue angle of 201.05º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107FBB is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16127187-
CMYK0.910.3200.27
HSL201.05º84.24%39.8%-
HSV(B)201.05º91.44%73.33%-
XYZ16.7718.8849.77-
YUV100.65176.7367.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.85%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 187 (73.44% from 255) = 56.67%
R=4.85%
G=38.48%
B=56.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161271870.910.3200.27201.0584.2439.8
Hex107FBB5B2001Bc95428
Octal201772731334003331112450
Binary100001111111101110111011011100000011011110010011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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