Html Css Color HEX #21BDED Summer Sky

📋 copy color: '#21BDED'

red 33 ◦ green 189 ◦ blue 237

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

Shades of Summer Sky #21BDED

Tints of Summer Sky #21BDED

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.18%

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 7.19%
G = 41.18%
B = 51.63%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#21BDED (or 0x21BDED) is known color: Summer Sky. HEX triplet: 21, BD and ED. RGB value is (33,189,237). Sum of RGB (Red+Green+Blue) = 33+189+237=459 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.19% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #21BDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BDED is #DE4212. Grayscale: #939393. Windows color (decimal): -14565907 or 15580449. OLE color: 15580449.

HSL color Cylindrical-coordinate representation of color #21BDED: hue angle of 194.12º 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 #21BDED is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 189 237 -
CMYK 0.86 0.20 0 0.07
HSL 194.12º 0.85% 0.53% -
HSV(B) 194.12º 0.86% 0.93% -
XYZ 34.11 42.83 86.59 -
YUV 147.83 178.32 46.1 -
System Red Green Blue C M Y K H S L
Decimal 33 189 237 0.86 0.20 0 0.07 194.12 0.85 0.53
Hex 21 BD ED 56 14 0 7 C2 55 35
Octal 41 275 355 126 24 0 7 302 125 65
Binary 100001 10111101 11101101 1010110 10100 0 111 11000010 1010101 110101

Color Harmonies of #21BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BDED

Black with #21BDED

Text Example


Text Example

White with #21BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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