#219CCC

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

Shades of Pelorous #219CCC

Tints of Pelorous #219CCC

Color information

#219CCC (or 0x219CCC) is unknown color: approx Pelorous. HEX triplet: 21, 9C and CC. RGB value is (33,156,204). Sum of RGB (Red+Green+Blue) = 33+156+204=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #219CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CCC is #DE6333. Grayscale: #7C7C7C. Windows color (decimal): -14574388 or 13409313. OLE color: 13409313.

HSL color Cylindrical-coordinate representation of color #219CCC: hue angle of 196.84º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #219CCC is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB33156204-
CMYK0.840.2400.2
HSL196.84º72.15%46.47%-
HSV(B)196.84º83.82%80%-
XYZ23.4128.4661.39-
YUV124.7172.7562.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.40%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=8.40%
G=39.69%
B=51.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331562040.840.2400.2196.8472.1546.47
Hex219CCC5418014c5482e
Octal412343141243002430511056
Binary1000011001110011001100101010011000010100110001011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219CCC; }

 p { color: rgb(33,156,204); }

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

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

 a { background-color: rgb(33,156,204); }

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

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

 span { border-color: rgb(33,156,204); }

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