#21B8D8

Color #21B8D8 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #21B8D8

Tints of Summer Sky #21B8D8

Color information

#21B8D8 (or 0x21B8D8) is unknown color: approx Summer Sky. HEX triplet: 21, B8 and D8. RGB value is (33,184,216). Sum of RGB (Red+Green+Blue) = 33+184+216=433 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.62% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #21B8D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B8D8 is #DE4727. Grayscale: #8E8E8E. Windows color (decimal): -14567208 or 14202913. OLE color: 14202913.

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

Color convert

RGB33184216-
CMYK0.850.1500.15
HSL190.49º73.49%48.82%-
HSV(B)190.49º84.72%84.71%-
XYZ30.1639.5671.01-
YUV142.5169.4749.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.62%
GREEN value IS 184 (72.27% from 255) = 42.49%
BLUE value IS 216 (84.77% from 255) = 49.88%
R=7.62%
G=42.49%
B=49.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal331842160.850.1500.15190.4973.4948.82
Hex21B8D855F0Fbe4931
Octal412703301251701727611161
Binary10000110111000110110001010101111101111101111101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,184,216); }

 H1.HeaderClassName
 {
   color: #21B8D8;
 }
 .AnyTagClassName
 {
   color: #21B8D8;
 }
</style>
background-color css

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

 a { background-color: rgb(33,184,216); }

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

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

 span { border-color: rgb(33,184,216); }

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