Html Css Color HEX #219CDC Summer Sky

📋 copy color: '#219CDC'

red 33 ◦ green 156 ◦ blue 220

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

Shades of Summer Sky #219CDC

Tints of Summer Sky #219CDC

RGB

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

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

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

R = 8.07%
G = 38.14%
B = 53.79%

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

#219CDC (or 0x219CDC) is known color: Summer Sky. HEX triplet: 21, 9C and DC. RGB value is (33,156,220). Sum of RGB (Red+Green+Blue) = 33+156+220=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #219CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CDC is #DE6323. Grayscale: #7E7E7E. Windows color (decimal): -14574372 or 14457889. OLE color: 14457889.

HSL color Cylindrical-coordinate representation of color #219CDC: hue angle of 200.53º 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 #219CDC is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 156 220 -
CMYK 0.85 0.29 0 0.14
HSL 200.53º 0.74% 0.5% -
HSV(B) 200.53º 0.85% 0.86% -
XYZ 25.43 29.27 72.02 -
YUV 126.52 180.75 61.3 -
System Red Green Blue C M Y K H S L
Decimal 33 156 220 0.85 0.29 0 0.14 200.53 0.74 0.5
Hex 21 9C DC 55 1D 0 E C9 4A 32
Octal 41 234 334 125 35 0 16 311 112 62
Binary 100001 10011100 11011100 1010101 11101 0 1110 11001001 1001010 110010

Color Harmonies of #219CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219CDC

Black with #219CDC

Text Example


Text Example

White with #219CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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