#21BAED

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

Shades of Summer Sky #21BAED

Tints of Summer Sky #21BAED

Color information

#21BAED (or 0x21BAED) is unknown color: approx Summer Sky. HEX triplet: 21, BA and ED. RGB value is (33,186,237). Sum of RGB (Red+Green+Blue) = 33+186+237=456 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.24% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #21BAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BAED is #DE4512. Grayscale: #919191. Windows color (decimal): -14566675 or 15579681. OLE color: 15579681.

HSL color Cylindrical-coordinate representation of color #21BAED: hue angle of 195º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BAED is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB33186237-
CMYK0.860.2200.07
HSL195º85%52.94%-
HSV(B)195º86.08%92.94%-
XYZ33.4741.5686.38-
YUV146.07179.3147.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.24%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 237 (92.97% from 255) = 51.97%
R=7.24%
G=40.79%
B=51.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal331862370.860.2200.071958552.94
Hex21BAED561607c35535
Octal41272355126260730312565
Binary10000110111010111011011010110101100111110000111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,186,237); }

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

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

 a { background-color: rgb(33,186,237); }

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

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

 span { border-color: rgb(33,186,237); }

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