Html Css Color HEX #219ACE Pelorous

📋 copy color: '#219ACE'

red 33 ◦ green 154 ◦ blue 206

#219ACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #219ACE

Tints of Pelorous #219ACE

RGB

 RED value IS 33 (13.28% from 255) = 8.4%

 GREEN value IS 154 (60.55% from 255) = 39.19%

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 8.4%
G = 39.19%
B = 52.42%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#219ACE (or 0x219ACE) is known color: Pelorous. HEX triplet: 21, 9A and CE. RGB value is (33,154,206). Sum of RGB (Red+Green+Blue) = 33+154+206=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #219ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219ACE is #DE6531. Grayscale: #7B7B7B. Windows color (decimal): -14574898 or 13539873. OLE color: 13539873.

HSL color Cylindrical-coordinate representation of color #219ACE: hue angle of 198.03º 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 #219ACE is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 154 206 -
CMYK 0.84 0.25 0 0.19
HSL 198.03º 0.72% 0.47% -
HSV(B) 198.03º 0.84% 0.81% -
XYZ 23.32 27.89 62.55 -
YUV 123.75 174.41 63.27 -
System Red Green Blue C M Y K H S L
Decimal 33 154 206 0.84 0.25 0 0.19 198.03 0.72 0.47
Hex 21 9A CE 54 19 0 13 C6 48 2F
Octal 41 232 316 124 31 0 23 306 110 57
Binary 100001 10011010 11001110 1010100 11001 0 10011 11000110 1001000 101111

Color Harmonies of #219ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219ACE

Black with #219ACE

Text Example


Text Example

White with #219ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #219ACE;
 }
 .AnyTagClassName
 {
   color: #219ACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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