Html Css Color HEX #21CFF0 Deep Sky Blue

📋 copy color: '#21CFF0'

red 33 ◦ green 207 ◦ blue 240

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

Shades of Deep Sky Blue #21CFF0

Tints of Deep Sky Blue #21CFF0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.13%

 BLUE value IS 240 (94.14% from 255) = 50%

R = 6.88%
G = 43.13%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#21CFF0 (or 0x21CFF0) is known color: Deep Sky Blue. HEX triplet: 21, CF and F0. RGB value is (33,207,240). Sum of RGB (Red+Green+Blue) = 33+207+240=480 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.88% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #21CFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CFF0 is #DE300F. Grayscale: #9E9E9E. Windows color (decimal): -14561296 or 15781665. OLE color: 15781665.

HSL color Cylindrical-coordinate representation of color #21CFF0: hue angle of 189.57º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CFF0 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 207 240 -
CMYK 0.86 0.14 0 0.06
HSL 189.57º 0.87% 0.54% -
HSV(B) 189.57º 0.86% 0.94% -
XYZ 38.67 51.24 90.29 -
YUV 158.74 173.85 38.32 -
System Red Green Blue C M Y K H S L
Decimal 33 207 240 0.86 0.14 0 0.06 189.57 0.87 0.54
Hex 21 CF F0 56 E 0 6 BE 57 36
Octal 41 317 360 126 16 0 6 276 127 66
Binary 100001 11001111 11110000 1010110 1110 0 110 10111110 1010111 110110

Color Harmonies of #21CFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CFF0

Black with #21CFF0

Text Example


Text Example

White with #21CFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,207,240); }

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

background-color css

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

 a { background-color: rgb(33,207,240); }

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

border-color css

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

 span { border-color: rgb(33,207,240); }

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