Html Css Color HEX #219BDC Summer Sky

📋 copy color: '#219BDC'

red 33 ◦ green 155 ◦ blue 220

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

Shades of Summer Sky #219BDC

Tints of Summer Sky #219BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.99%

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

R = 8.09%
G = 37.99%
B = 53.92%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#219BDC (or 0x219BDC) is known color: Summer Sky. HEX triplet: 21, 9B and DC. RGB value is (33,155,220). Sum of RGB (Red+Green+Blue) = 33+155+220=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #219BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BDC is #DE6423. Grayscale: #7D7D7D. Windows color (decimal): -14574628 or 14457633. OLE color: 14457633.

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

Color convert

RGB 33 155 220 -
CMYK 0.85 0.30 0 0.14
HSL 200.86º 0.74% 0.5% -
HSV(B) 200.86º 0.85% 0.86% -
XYZ 25.27 28.93 71.96 -
YUV 125.93 181.08 61.71 -
System Red Green Blue C M Y K H S L
Decimal 33 155 220 0.85 0.30 0 0.14 200.86 0.74 0.5
Hex 21 9B DC 55 1E 0 E C9 4A 32
Octal 41 233 334 125 36 0 16 311 112 62
Binary 100001 10011011 11011100 1010101 11110 0 1110 11001001 1001010 110010

Color Harmonies of #219BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BDC

Black with #219BDC

Text Example


Text Example

White with #219BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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