Html Css Color HEX #219ACC Pelorous

📋 copy color: '#219ACC'

red 33 ◦ green 154 ◦ blue 204

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

Shades of Pelorous #219ACC

Tints of Pelorous #219ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 8.44%
G = 39.39%
B = 52.17%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#219ACC (or 0x219ACC) is known color: Pelorous. HEX triplet: 21, 9A and CC. RGB value is (33,154,204). Sum of RGB (Red+Green+Blue) = 33+154+204=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #219ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219ACC is #DE6533. Grayscale: #7B7B7B. Windows color (decimal): -14574900 or 13408801. OLE color: 13408801.

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

Color convert

RGB 33 154 204 -
CMYK 0.84 0.25 0 0.2
HSL 197.54º 0.72% 0.46% -
HSV(B) 197.54º 0.84% 0.8% -
XYZ 23.08 27.79 61.28 -
YUV 123.52 173.41 63.43 -
System Red Green Blue C M Y K H S L
Decimal 33 154 204 0.84 0.25 0 0.2 197.54 0.72 0.46
Hex 21 9A CC 54 19 0 14 C6 48 2E
Octal 41 232 314 124 31 0 24 306 110 56
Binary 100001 10011010 11001100 1010100 11001 0 10100 11000110 1001000 101110

Color Harmonies of #219ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219ACC

Black with #219ACC

Text Example


Text Example

White with #219ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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