Html Css Color HEX #21B5CE Summer Sky

📋 copy color: '#21B5CE'

red 33 ◦ green 181 ◦ blue 206

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

Shades of Summer Sky #21B5CE

Tints of Summer Sky #21B5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.1%

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 7.86%
G = 43.1%
B = 49.05%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21B5CE (or 0x21B5CE) is known color: Summer Sky. HEX triplet: 21, B5 and CE. RGB value is (33,181,206). Sum of RGB (Red+Green+Blue) = 33+181+206=420 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.86% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #21B5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B5CE is #DE4A31. Grayscale: #8B8B8B. Windows color (decimal): -14567986 or 13546785. OLE color: 13546785.

HSL color Cylindrical-coordinate representation of color #21B5CE: hue angle of 188.67º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21B5CE is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 181 206 -
CMYK 0.84 0.12 0 0.19
HSL 188.67º 0.72% 0.47% -
HSV(B) 188.67º 0.84% 0.81% -
XYZ 28.29 37.83 64.2 -
YUV 139.6 165.47 51.97 -
System Red Green Blue C M Y K H S L
Decimal 33 181 206 0.84 0.12 0 0.19 188.67 0.72 0.47
Hex 21 B5 CE 54 C 0 13 BD 48 2F
Octal 41 265 316 124 14 0 23 275 110 57
Binary 100001 10110101 11001110 1010100 1100 0 10011 10111101 1001000 101111

Color Harmonies of #21B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B5CE

Black with #21B5CE

Text Example


Text Example

White with #21B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,181,206); }

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

background-color css

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

 a { background-color: rgb(33,181,206); }

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

border-color css

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

 span { border-color: rgb(33,181,206); }

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