Html Css Color HEX #219BD7 Summer Sky

📋 copy color: '#219BD7'

red 33 ◦ green 155 ◦ blue 215

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

Shades of Summer Sky #219BD7

Tints of Summer Sky #219BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.35%

R = 8.19%
G = 38.46%
B = 53.35%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#219BD7 (or 0x219BD7) is known color: Summer Sky. HEX triplet: 21, 9B and D7. RGB value is (33,155,215). Sum of RGB (Red+Green+Blue) = 33+155+215=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #219BD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BD7 is #DE6428. Grayscale: #7D7D7D. Windows color (decimal): -14574633 or 14129953. OLE color: 14129953.

HSL color Cylindrical-coordinate representation of color #219BD7: hue angle of 199.78º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #219BD7 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 155 215 -
CMYK 0.85 0.28 0 0.16
HSL 199.78º 0.73% 0.49% -
HSV(B) 199.78º 0.85% 0.84% -
XYZ 24.61 28.67 68.53 -
YUV 125.36 178.58 62.12 -
System Red Green Blue C M Y K H S L
Decimal 33 155 215 0.85 0.28 0 0.16 199.78 0.73 0.49
Hex 21 9B D7 55 1C 0 10 C8 49 31
Octal 41 233 327 125 34 0 20 310 111 61
Binary 100001 10011011 11010111 1010101 11100 0 10000 11001000 1001001 110001

Color Harmonies of #219BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219BD7

Black with #219BD7

Text Example


Text Example

White with #219BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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