#21b8ef

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

Shades of Summer Sky #21B8EF

Tints of Summer Sky #21B8EF

Color information

#21B8EF (or 0x21B8EF) is unknown color: approx Summer Sky. HEX triplet: 21, B8 and EF. RGB value is (33,184,239). Sum of RGB (Red+Green+Blue) = 33+184+239=456 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.24% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #21B8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21B8EF is #DE4710. Grayscale: #909090. Windows color (decimal): -14567185 or 15710241. OLE color: 15710241.

HSL color Cylindrical-coordinate representation of color #21B8EF: hue angle of 196.02º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21B8EF is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB33184239-
CMYK0.860.2300.06
HSL196.02º86.55%53.33%-
HSV(B)196.02º86.19%93.73%-
XYZ33.3540.8487.79-
YUV145.12180.9748.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.24%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 239 (93.75% from 255) = 52.41%
R=7.24%
G=40.35%
B=52.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal331842390.860.2300.06196.0286.5553.33
Hex21B8EF561706c45735
Octal41270357126270630412765
Binary10000110111000111011111010110101110110110001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21b8ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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