Html Css Color HEX #219CDD Summer Sky

📋 copy color: '#219CDD'

red 33 ◦ green 156 ◦ blue 221

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

Shades of Summer Sky #219CDD

Tints of Summer Sky #219CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.05%

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 8.05%
G = 38.05%
B = 53.9%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#219CDD (or 0x219CDD) is known color: Summer Sky. HEX triplet: 21, 9C and DD. RGB value is (33,156,221). Sum of RGB (Red+Green+Blue) = 33+156+221=410 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.05% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #219CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CDD is #DE6322. Grayscale: #7E7E7E. Windows color (decimal): -14574371 or 14523425. OLE color: 14523425.

HSL color Cylindrical-coordinate representation of color #219CDD: hue angle of 200.74º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #219CDD is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 156 221 -
CMYK 0.85 0.29 0 0.13
HSL 200.74º 0.74% 0.5% -
HSV(B) 200.74º 0.85% 0.87% -
XYZ 25.57 29.32 72.72 -
YUV 126.63 181.25 61.21 -
System Red Green Blue C M Y K H S L
Decimal 33 156 221 0.85 0.29 0 0.13 200.74 0.74 0.5
Hex 21 9C DD 55 1D 0 D C9 4A 32
Octal 41 234 335 125 35 0 15 311 112 62
Binary 100001 10011100 11011101 1010101 11101 0 1101 11001001 1001010 110010

Color Harmonies of #219CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219CDD

Black with #219CDD

Text Example


Text Example

White with #219CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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