Html Css Color HEX #21BBDB Summer Sky

📋 copy color: '#21BBDB'

red 33 ◦ green 187 ◦ blue 219

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

Shades of Summer Sky #21BBDB

Tints of Summer Sky #21BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.6%

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

R = 7.52%
G = 42.6%
B = 49.89%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#21BBDB (or 0x21BBDB) is known color: Summer Sky. HEX triplet: 21, BB and DB. RGB value is (33,187,219). Sum of RGB (Red+Green+Blue) = 33+187+219=439 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.52% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #21BBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BBDB is #DE4424. Grayscale: #909090. Windows color (decimal): -14566437 or 14400289. OLE color: 14400289.

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

Color convert

RGB 33 187 219 -
CMYK 0.85 0.15 0 0.14
HSL 190.32º 0.74% 0.49% -
HSV(B) 190.32º 0.85% 0.86% -
XYZ 31.18 40.98 73.28 -
YUV 144.6 169.98 48.4 -
System Red Green Blue C M Y K H S L
Decimal 33 187 219 0.85 0.15 0 0.14 190.32 0.74 0.49
Hex 21 BB DB 55 F 0 E BE 4A 31
Octal 41 273 333 125 17 0 16 276 112 61
Binary 100001 10111011 11011011 1010101 1111 0 1110 10111110 1001010 110001

Color Harmonies of #21BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BBDB

Black with #21BBDB

Text Example


Text Example

White with #21BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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