Html Css Color HEX #219DDE Summer Sky

📋 copy color: '#219DDE'

red 33 ◦ green 157 ◦ blue 222

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

Shades of Summer Sky #219DDE

Tints of Summer Sky #219DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.88%

R = 8.01%
G = 38.11%
B = 53.88%

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

#219DDE (or 0x219DDE) is known color: Summer Sky. HEX triplet: 21, 9D and DE. RGB value is (33,157,222). Sum of RGB (Red+Green+Blue) = 33+157+222=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #219DDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DDE is #DE6221. Grayscale: #7E7E7E. Windows color (decimal): -14574114 or 14589217. OLE color: 14589217.

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

Color convert

RGB 33 157 222 -
CMYK 0.85 0.29 0 0.13
HSL 200.63º 0.74% 0.5% -
HSV(B) 200.63º 0.85% 0.87% -
XYZ 25.87 29.71 73.48 -
YUV 127.33 181.42 60.71 -
System Red Green Blue C M Y K H S L
Decimal 33 157 222 0.85 0.29 0 0.13 200.63 0.74 0.5
Hex 21 9D DE 55 1D 0 D C9 4A 32
Octal 41 235 336 125 35 0 15 311 112 62
Binary 100001 10011101 11011110 1010101 11101 0 1101 11001001 1001010 110010

Color Harmonies of #219DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DDE

Black with #219DDE

Text Example


Text Example

White with #219DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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