#219CCE

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

Shades of Pelorous #219CCE

Tints of Pelorous #219CCE

Color information

#219CCE (or 0x219CCE) is unknown color: approx Pelorous. HEX triplet: 21, 9C and CE. RGB value is (33,156,206). Sum of RGB (Red+Green+Blue) = 33+156+206=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #219CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CCE is #DE6331. Grayscale: #7C7C7C. Windows color (decimal): -14574386 or 13540385. OLE color: 13540385.

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

Color convert

RGB33156206-
CMYK0.840.2400.19
HSL197.34º72.38%46.86%-
HSV(B)197.34º83.98%80.78%-
XYZ23.6628.5662.66-
YUV124.92173.7562.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.35%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 206 (80.86% from 255) = 52.15%
R=8.35%
G=39.49%
B=52.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal331562060.840.2400.19197.3472.3846.86
Hex219CCE5418013c5482f
Octal412343161243002330511057
Binary1000011001110011001110101010011000010011110001011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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