Html Css Color HEX #219DDC Summer Sky

📋 copy color: '#219DDC'

red 33 ◦ green 157 ◦ blue 220

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

Shades of Summer Sky #219DDC

Tints of Summer Sky #219DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.29%

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 8.05%
G = 38.29%
B = 53.66%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#219DDC (or 0x219DDC) is known color: Summer Sky. HEX triplet: 21, 9D and DC. RGB value is (33,157,220). Sum of RGB (Red+Green+Blue) = 33+157+220=410 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.05% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #219DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DDC is #DE6223. Grayscale: #7E7E7E. Windows color (decimal): -14574116 or 14458145. OLE color: 14458145.

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

Color convert

RGB 33 157 220 -
CMYK 0.85 0.29 0 0.14
HSL 200.21º 0.74% 0.5% -
HSV(B) 200.21º 0.85% 0.86% -
XYZ 25.6 29.6 72.08 -
YUV 127.11 180.42 60.88 -
System Red Green Blue C M Y K H S L
Decimal 33 157 220 0.85 0.29 0 0.14 200.21 0.74 0.5
Hex 21 9D DC 55 1D 0 E C8 4A 32
Octal 41 235 334 125 35 0 16 310 112 62
Binary 100001 10011101 11011100 1010101 11101 0 1110 11001000 1001010 110010

Color Harmonies of #219DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DDC

Black with #219DDC

Text Example


Text Example

White with #219DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,157,220); }

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

background-color css

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

 a { background-color: rgb(33,157,220); }

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

border-color css

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

 span { border-color: rgb(33,157,220); }

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