Html Css Color HEX #21BED5 Summer Sky

📋 copy color: '#21BED5'

red 33 ◦ green 190 ◦ blue 213

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

Shades of Summer Sky #21BED5

Tints of Summer Sky #21BED5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.58%

 BLUE value IS 213 (83.59% from 255) = 48.85%

R = 7.57%
G = 43.58%
B = 48.85%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#21BED5 (or 0x21BED5) is known color: Summer Sky. HEX triplet: 21, BE and D5. RGB value is (33,190,213). Sum of RGB (Red+Green+Blue) = 33+190+213=436 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.57% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #21BED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BED5 is #DE412A. Grayscale: #919191. Windows color (decimal): -14565675 or 14007841. OLE color: 14007841.

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

Color convert

RGB 33 190 213 -
CMYK 0.85 0.11 0 0.16
HSL 187.67º 0.73% 0.48% -
HSV(B) 187.67º 0.85% 0.84% -
XYZ 31.05 41.95 69.41 -
YUV 145.68 165.99 47.63 -
System Red Green Blue C M Y K H S L
Decimal 33 190 213 0.85 0.11 0 0.16 187.67 0.73 0.48
Hex 21 BE D5 55 B 0 10 BC 49 30
Octal 41 276 325 125 13 0 20 274 111 60
Binary 100001 10111110 11010101 1010101 1011 0 10000 10111100 1001001 110000

Color Harmonies of #21BED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BED5

Black with #21BED5

Text Example


Text Example

White with #21BED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,190,213); }

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

background-color css

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

 a { background-color: rgb(33,190,213); }

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

border-color css

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

 span { border-color: rgb(33,190,213); }

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