Html Css Color HEX #21C6F9 Deep Sky Blue

📋 copy color: '#21C6F9'

red 33 ◦ green 198 ◦ blue 249

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

Shades of Deep Sky Blue #21C6F9

Tints of Deep Sky Blue #21C6F9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.25%

 BLUE value IS 249 (97.66% from 255) = 51.88%

R = 6.88%
G = 41.25%
B = 51.88%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#21C6F9 (or 0x21C6F9) is known color: Deep Sky Blue. HEX triplet: 21, C6 and F9. RGB value is (33,198,249). Sum of RGB (Red+Green+Blue) = 33+198+249=480 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.88% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #21C6F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C6F9 is #DE3906. Grayscale: #9A9A9A. Windows color (decimal): -14563591 or 16369185. OLE color: 16369185.

HSL color Cylindrical-coordinate representation of color #21C6F9: hue angle of 194.17º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21C6F9 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 198 249 -
CMYK 0.87 0.20 0 0.02
HSL 194.17º 0.95% 0.55% -
HSV(B) 194.17º 0.87% 0.98% -
XYZ 37.92 47.55 96.8 -
YUV 154.48 181.34 41.35 -
System Red Green Blue C M Y K H S L
Decimal 33 198 249 0.87 0.20 0 0.02 194.17 0.95 0.55
Hex 21 C6 F9 57 14 0 2 C2 5F 37
Octal 41 306 371 127 24 0 2 302 137 67
Binary 100001 11000110 11111001 1010111 10100 0 10 11000010 1011111 110111

Color Harmonies of #21C6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C6F9

Black with #21C6F9

Text Example


Text Example

White with #21C6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,198,249); }

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

background-color css

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

 a { background-color: rgb(33,198,249); }

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

border-color css

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

 span { border-color: rgb(33,198,249); }

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