Html Css Color HEX #21C7EF Summer Sky

📋 copy color: '#21C7EF'

red 33 ◦ green 199 ◦ blue 239

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

Shades of Summer Sky #21C7EF

Tints of Summer Sky #21C7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.25%

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 7.01%
G = 42.25%
B = 50.74%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#21C7EF (or 0x21C7EF) is known color: Summer Sky. HEX triplet: 21, C7 and EF. RGB value is (33,199,239). Sum of RGB (Red+Green+Blue) = 33+199+239=471 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.01% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #21C7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C7EF is #DE3810. Grayscale: #999999. Windows color (decimal): -14563345 or 15714081. OLE color: 15714081.

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

Color convert

RGB 33 199 239 -
CMYK 0.86 0.17 0 0.06
HSL 191.65º 0.87% 0.53% -
HSV(B) 191.65º 0.86% 0.94% -
XYZ 36.63 47.4 88.88 -
YUV 153.93 176 41.75 -
System Red Green Blue C M Y K H S L
Decimal 33 199 239 0.86 0.17 0 0.06 191.65 0.87 0.53
Hex 21 C7 EF 56 11 0 6 C0 57 35
Octal 41 307 357 126 21 0 6 300 127 65
Binary 100001 11000111 11101111 1010110 10001 0 110 11000000 1010111 110101

Color Harmonies of #21C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C7EF

Black with #21C7EF

Text Example


Text Example

White with #21C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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