Html Css Color HEX #21BED6 Summer Sky

📋 copy color: '#21BED6'

red 33 ◦ green 190 ◦ blue 214

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

Shades of Summer Sky #21BED6

Tints of Summer Sky #21BED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.97%

R = 7.55%
G = 43.48%
B = 48.97%

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

#21BED6 (or 0x21BED6) is known color: Summer Sky. HEX triplet: 21, BE and D6. RGB value is (33,190,214). Sum of RGB (Red+Green+Blue) = 33+190+214=437 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.55% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #21BED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BED6 is #DE4129. Grayscale: #919191. Windows color (decimal): -14565674 or 14073377. OLE color: 14073377.

HSL color Cylindrical-coordinate representation of color #21BED6: hue angle of 187.96º 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 #21BED6 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 190 214 -
CMYK 0.85 0.11 0 0.16
HSL 187.96º 0.73% 0.48% -
HSV(B) 187.96º 0.85% 0.84% -
XYZ 31.18 42.01 70.08 -
YUV 145.79 166.49 47.55 -
System Red Green Blue C M Y K H S L
Decimal 33 190 214 0.85 0.11 0 0.16 187.96 0.73 0.48
Hex 21 BE D6 55 B 0 10 BC 49 30
Octal 41 276 326 125 13 0 20 274 111 60
Binary 100001 10111110 11010110 1010101 1011 0 10000 10111100 1001001 110000

Color Harmonies of #21BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BED6

Black with #21BED6

Text Example


Text Example

White with #21BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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