Html Css Color HEX #219DDF Summer Sky

📋 copy color: '#219DDF'

red 33 ◦ green 157 ◦ blue 223

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

Shades of Summer Sky #219DDF

Tints of Summer Sky #219DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54%

R = 7.99%
G = 38.01%
B = 54%

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

#219DDF (or 0x219DDF) is known color: Summer Sky. HEX triplet: 21, 9D and DF. RGB value is (33,157,223). Sum of RGB (Red+Green+Blue) = 33+157+223=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #219DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DDF is #DE6220. Grayscale: #7F7F7F. Windows color (decimal): -14574113 or 14654753. OLE color: 14654753.

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

Color convert

RGB 33 157 223 -
CMYK 0.85 0.30 0 0.13
HSL 200.84º 0.75% 0.5% -
HSV(B) 200.84º 0.85% 0.87% -
XYZ 26 29.76 74.19 -
YUV 127.45 181.92 60.63 -
System Red Green Blue C M Y K H S L
Decimal 33 157 223 0.85 0.30 0 0.13 200.84 0.75 0.5
Hex 21 9D DF 55 1E 0 D C9 4B 32
Octal 41 235 337 125 36 0 15 311 113 62
Binary 100001 10011101 11011111 1010101 11110 0 1101 11001001 1001011 110010

Color Harmonies of #219DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DDF

Black with #219DDF

Text Example


Text Example

White with #219DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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