Html Css Color HEX #21BCD2 Summer Sky

📋 copy color: '#21BCD2'

red 33 ◦ green 188 ◦ blue 210

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

Shades of Summer Sky #21BCD2

Tints of Summer Sky #21BCD2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

 BLUE value IS 210 (82.42% from 255) = 48.72%

R = 7.66%
G = 43.62%
B = 48.72%

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

#21BCD2 (or 0x21BCD2) is known color: Summer Sky. HEX triplet: 21, BC and D2. RGB value is (33,188,210). Sum of RGB (Red+Green+Blue) = 33+188+210=431 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.66% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 210 (82.42% from 255 or 48.72% from 431); Max value from RGB is 210 - color contains mainly: blue. Hex color #21BCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCD2 is #DE432D. Grayscale: #8F8F8F. Windows color (decimal): -14566190 or 13810721. OLE color: 13810721.

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

Color convert

RGB 33 188 210 -
CMYK 0.84 0.10 0 0.18
HSL 187.46º 0.73% 0.48% -
HSV(B) 187.46º 0.84% 0.82% -
XYZ 30.24 40.94 67.28 -
YUV 144.16 165.15 48.71 -
System Red Green Blue C M Y K H S L
Decimal 33 188 210 0.84 0.10 0 0.18 187.46 0.73 0.48
Hex 21 BC D2 54 A 0 12 BB 49 30
Octal 41 274 322 124 12 0 22 273 111 60
Binary 100001 10111100 11010010 1010100 1010 0 10010 10111011 1001001 110000

Color Harmonies of #21BCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BCD2

Black with #21BCD2

Text Example


Text Example

White with #21BCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,188,210); }

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

background-color css

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

 a { background-color: rgb(33,188,210); }

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

border-color css

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

 span { border-color: rgb(33,188,210); }

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