#167caf

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

Shades of Cerulean #167CAF

Tints of Cerulean #167CAF

Color information

#167CAF (or 0x167CAF) is unknown color: approx Cerulean. HEX triplet: 16, 7C and AF. RGB value is (22,124,175). Sum of RGB (Red+Green+Blue) = 22+124+175=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #167CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167CAF is #E98350. Grayscale: #636363. Windows color (decimal): -15303505 or 11500566. OLE color: 11500566.

HSL color Cylindrical-coordinate representation of color #167CAF: hue angle of 200º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #167CAF is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB22124175-
CMYK0.870.2900.31
HSL200º77.66%38.63%-
HSV(B)200º87.43%68.63%-
XYZ15.2817.6843.17-
YUV99.32170.7172.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.85%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 175 (68.75% from 255) = 54.52%
R=6.85%
G=38.63%
B=54.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221241750.870.2900.3120077.6638.63
Hex167CAF571D01Fc84e27
Octal261742571273503731011647
Binary10110111110010101111101011111101011111110010001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167caf; }

 p { color: rgb(22,124,175); }

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

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

 a { background-color: rgb(22,124,175); }

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

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

 span { border-color: rgb(22,124,175); }

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