Html Css Color HEX #21B5ED Summer Sky

📋 copy color: '#21B5ED'

red 33 ◦ green 181 ◦ blue 237

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

Shades of Summer Sky #21B5ED

Tints of Summer Sky #21B5ED

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.13%

 BLUE value IS 237 (92.97% from 255) = 52.55%

R = 7.32%
G = 40.13%
B = 52.55%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#21B5ED (or 0x21B5ED) is known color: Summer Sky. HEX triplet: 21, B5 and ED. RGB value is (33,181,237). Sum of RGB (Red+Green+Blue) = 33+181+237=451 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.32% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #21B5ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21B5ED is #DE4A12. Grayscale: #8E8E8E. Windows color (decimal): -14567955 or 15578401. OLE color: 15578401.

HSL color Cylindrical-coordinate representation of color #21B5ED: hue angle of 196.47º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21B5ED is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 181 237 -
CMYK 0.86 0.24 0 0.07
HSL 196.47º 0.85% 0.53% -
HSV(B) 196.47º 0.86% 0.93% -
XYZ 32.44 39.49 86.03 -
YUV 143.13 180.97 49.45 -
System Red Green Blue C M Y K H S L
Decimal 33 181 237 0.86 0.24 0 0.07 196.47 0.85 0.53
Hex 21 B5 ED 56 18 0 7 C4 55 35
Octal 41 265 355 126 30 0 7 304 125 65
Binary 100001 10110101 11101101 1010110 11000 0 111 11000100 1010101 110101

Color Harmonies of #21B5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B5ED

Black with #21B5ED

Text Example


Text Example

White with #21B5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21B5ED; }

 p { color: rgb(33,181,237); }

 H1.HeaderClassName
 {
   color: #21B5ED;
 }
 .AnyTagClassName
 {
   color: #21B5ED;
 }
</style>

background-color css

<style>
 a { background-color: #21B5ED; }

 a { background-color: rgb(33,181,237); }

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

border-color css

<style>
 span { border-color: #21B5ED; }

 span { border-color: rgb(33,181,237); }

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