Html Css Color HEX #21BCDB Summer Sky

📋 copy color: '#21BCDB'

red 33 ◦ green 188 ◦ blue 219

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

Shades of Summer Sky #21BCDB

Tints of Summer Sky #21BCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 7.5%
G = 42.73%
B = 49.77%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#21BCDB (or 0x21BCDB) is known color: Summer Sky. HEX triplet: 21, BC and DB. RGB value is (33,188,219). Sum of RGB (Red+Green+Blue) = 33+188+219=440 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.5% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #21BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCDB is #DE4324. Grayscale: #909090. Windows color (decimal): -14566181 or 14400545. OLE color: 14400545.

HSL color Cylindrical-coordinate representation of color #21BCDB: hue angle of 190º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21BCDB is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 188 219 -
CMYK 0.85 0.14 0 0.14
HSL 190º 0.74% 0.49% -
HSV(B) 190º 0.85% 0.86% -
XYZ 31.4 41.4 73.35 -
YUV 145.19 169.65 47.98 -
System Red Green Blue C M Y K H S L
Decimal 33 188 219 0.85 0.14 0 0.14 190 0.74 0.49
Hex 21 BC DB 55 E 0 E BE 4A 31
Octal 41 274 333 125 16 0 16 276 112 61
Binary 100001 10111100 11011011 1010101 1110 0 1110 10111110 1001010 110001

Color Harmonies of #21BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BCDB

Black with #21BCDB

Text Example


Text Example

White with #21BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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