Html Css Color HEX #219BDD Summer Sky

📋 copy color: '#219BDD'

red 33 ◦ green 155 ◦ blue 221

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

Shades of Summer Sky #219BDD

Tints of Summer Sky #219BDD

RGB

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

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

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

R = 8.07%
G = 37.9%
B = 54.03%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#219BDD (or 0x219BDD) is known color: Summer Sky. HEX triplet: 21, 9B and DD. RGB value is (33,155,221). Sum of RGB (Red+Green+Blue) = 33+155+221=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #219BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BDD is #DE6422. Grayscale: #7D7D7D. Windows color (decimal): -14574627 or 14523169. OLE color: 14523169.

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

Color convert

RGB 33 155 221 -
CMYK 0.85 0.30 0 0.13
HSL 201.06º 0.74% 0.5% -
HSV(B) 201.06º 0.85% 0.87% -
XYZ 25.4 28.99 72.66 -
YUV 126.05 181.58 61.63 -
System Red Green Blue C M Y K H S L
Decimal 33 155 221 0.85 0.30 0 0.13 201.06 0.74 0.5
Hex 21 9B DD 55 1E 0 D C9 4A 32
Octal 41 233 335 125 36 0 15 311 112 62
Binary 100001 10011011 11011101 1010101 11110 0 1101 11001001 1001010 110010

Color Harmonies of #219BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BDD

Black with #219BDD

Text Example


Text Example

White with #219BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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