Html Css Color HEX #219FDE Summer Sky

📋 copy color: '#219FDE'

red 33 ◦ green 159 ◦ blue 222

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

Shades of Summer Sky #219FDE

Tints of Summer Sky #219FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.41%

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

R = 7.97%
G = 38.41%
B = 53.62%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#219FDE (or 0x219FDE) is known color: Summer Sky. HEX triplet: 21, 9F and DE. RGB value is (33,159,222). Sum of RGB (Red+Green+Blue) = 33+159+222=414 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.97% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #219FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219FDE is #DE6021. Grayscale: #808080. Windows color (decimal): -14573602 or 14589729. OLE color: 14589729.

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

Color convert

RGB 33 159 222 -
CMYK 0.85 0.28 0 0.13
HSL 200º 0.74% 0.5% -
HSV(B) 200º 0.85% 0.87% -
XYZ 26.21 30.39 73.59 -
YUV 128.51 180.76 59.88 -
System Red Green Blue C M Y K H S L
Decimal 33 159 222 0.85 0.28 0 0.13 200 0.74 0.5
Hex 21 9F DE 55 1C 0 D C8 4A 32
Octal 41 237 336 125 34 0 15 310 112 62
Binary 100001 10011111 11011110 1010101 11100 0 1101 11001000 1001010 110010

Color Harmonies of #219FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219FDE

Black with #219FDE

Text Example


Text Example

White with #219FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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