Html Css Color HEX #21BDD1 Summer Sky

📋 copy color: '#21BDD1'

red 33 ◦ green 189 ◦ blue 209

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

Shades of Summer Sky #21BDD1

Tints of Summer Sky #21BDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

 BLUE value IS 209 (82.03% from 255) = 48.49%

R = 7.66%
G = 43.85%
B = 48.49%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#21BDD1 (or 0x21BDD1) is known color: Summer Sky. HEX triplet: 21, BD and D1. RGB value is (33,189,209). Sum of RGB (Red+Green+Blue) = 33+189+209=431 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.66% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #21BDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BDD1 is #DE422E. Grayscale: #909090. Windows color (decimal): -14565935 or 13745441. OLE color: 13745441.

HSL color Cylindrical-coordinate representation of color #21BDD1: hue angle of 186.82º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21BDD1 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 189 209 -
CMYK 0.84 0.10 0 0.18
HSL 186.82º 0.73% 0.47% -
HSV(B) 186.82º 0.84% 0.82% -
XYZ 30.33 41.32 66.7 -
YUV 144.64 164.32 48.37 -
System Red Green Blue C M Y K H S L
Decimal 33 189 209 0.84 0.10 0 0.18 186.82 0.73 0.47
Hex 21 BD D1 54 A 0 12 BB 49 2F
Octal 41 275 321 124 12 0 22 273 111 57
Binary 100001 10111101 11010001 1010100 1010 0 10010 10111011 1001001 101111

Color Harmonies of #21BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BDD1

Black with #21BDD1

Text Example


Text Example

White with #21BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,189,209); }

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

background-color css

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

 a { background-color: rgb(33,189,209); }

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

border-color css

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

 span { border-color: rgb(33,189,209); }

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