Html Css Color HEX #21CDEF Deep Sky Blue

📋 copy color: '#21CDEF'

red 33 ◦ green 205 ◦ blue 239

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

Shades of Deep Sky Blue #21CDEF

Tints of Deep Sky Blue #21CDEF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.98%

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

R = 6.92%
G = 42.98%
B = 50.1%

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

#21CDEF (or 0x21CDEF) is known color: Deep Sky Blue. HEX triplet: 21, CD and EF. RGB value is (33,205,239). Sum of RGB (Red+Green+Blue) = 33+205+239=477 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.92% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #21CDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CDEF is #DE3210. Grayscale: #9D9D9D. Windows color (decimal): -14561809 or 15715617. OLE color: 15715617.

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

Color convert

RGB 33 205 239 -
CMYK 0.86 0.14 0 0.06
HSL 189.9º 0.87% 0.53% -
HSV(B) 189.9º 0.86% 0.94% -
XYZ 38.04 50.22 89.35 -
YUV 157.45 174.02 39.24 -
System Red Green Blue C M Y K H S L
Decimal 33 205 239 0.86 0.14 0 0.06 189.9 0.87 0.53
Hex 21 CD EF 56 E 0 6 BE 57 35
Octal 41 315 357 126 16 0 6 276 127 65
Binary 100001 11001101 11101111 1010110 1110 0 110 10111110 1010111 110101

Color Harmonies of #21CDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CDEF

Black with #21CDEF

Text Example


Text Example

White with #21CDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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