Html Css Color HEX #21C8F1 Deep Sky Blue

📋 copy color: '#21C8F1'

red 33 ◦ green 200 ◦ blue 241

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

Shades of Deep Sky Blue #21C8F1

Tints of Deep Sky Blue #21C8F1

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.19%

 BLUE value IS 241 (94.53% from 255) = 50.84%

R = 6.96%
G = 42.19%
B = 50.84%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#21C8F1 (or 0x21C8F1) is known color: Deep Sky Blue. HEX triplet: 21, C8 and F1. RGB value is (33,200,241). Sum of RGB (Red+Green+Blue) = 33+200+241=474 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.96% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #21C8F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C8F1 is #DE370E. Grayscale: #9A9A9A. Windows color (decimal): -14563087 or 15845409. OLE color: 15845409.

HSL color Cylindrical-coordinate representation of color #21C8F1: hue angle of 191.83º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21C8F1 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 200 241 -
CMYK 0.86 0.17 0 0.05
HSL 191.83º 0.88% 0.54% -
HSV(B) 191.83º 0.86% 0.95% -
XYZ 37.16 47.98 90.52 -
YUV 154.74 176.67 41.17 -
System Red Green Blue C M Y K H S L
Decimal 33 200 241 0.86 0.17 0 0.05 191.83 0.88 0.54
Hex 21 C8 F1 56 11 0 5 C0 58 36
Octal 41 310 361 126 21 0 5 300 130 66
Binary 100001 11001000 11110001 1010110 10001 0 101 11000000 1011000 110110

Color Harmonies of #21C8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C8F1

Black with #21C8F1

Text Example


Text Example

White with #21C8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,200,241); }

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

background-color css

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

 a { background-color: rgb(33,200,241); }

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

border-color css

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

 span { border-color: rgb(33,200,241); }

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