#1681BE

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

Shades of Cerulean #1681BE

Tints of Cerulean #1681BE

Color information

#1681BE (or 0x1681BE) is unknown color: approx Cerulean. HEX triplet: 16, 81 and BE. RGB value is (22,129,190). Sum of RGB (Red+Green+Blue) = 22+129+190=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #1681BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1681BE is #E97E41. Grayscale: #676767. Windows color (decimal): -15302210 or 12484886. OLE color: 12484886.

HSL color Cylindrical-coordinate representation of color #1681BE: hue angle of 201.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1681BE is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB22129190-
CMYK0.880.3200.25
HSL201.79º79.25%41.57%-
HSV(B)201.79º88.42%74.51%-
XYZ17.4819.5951.58-
YUV103.96176.5569.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.45%
GREEN value IS 129 (50.78% from 255) = 37.83%
BLUE value IS 190 (74.61% from 255) = 55.72%
R=6.45%
G=37.83%
B=55.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221291900.880.3200.25201.7979.2541.57
Hex1681BE5820019ca4f2a
Octal262012761304003131211752
Binary1011010000001101111101011000100000011001110010101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1681BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1681BE; }

 p { color: rgb(22,129,190); }

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

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

 a { background-color: rgb(22,129,190); }

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

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

 span { border-color: rgb(22,129,190); }

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