Html Css Color HEX #21CEFF Deep Sky Blue

📋 copy color: '#21CEFF'

red 33 ◦ green 206 ◦ blue 255

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

Shades of Deep Sky Blue #21CEFF

Tints of Deep Sky Blue #21CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.7%

 BLUE value IS 255 (100% from 255) = 51.62%

R = 6.68%
G = 41.7%
B = 51.62%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#21CEFF (or 0x21CEFF) is known color: Deep Sky Blue. HEX triplet: 21, CE and FF. RGB value is (33,206,255). Sum of RGB (Red+Green+Blue) = 33+206+255=494 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.68% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #21CEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CEFF is #DE3100. Grayscale: #9F9F9F. Windows color (decimal): -14561537 or 16764449. OLE color: 16764449.

HSL color Cylindrical-coordinate representation of color #21CEFF: hue angle of 193.24º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21CEFF is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 33 206 255 -
CMYK 0.87 0.19 0 0
HSL 193.24º 1% 0.56% -
HSV(B) 193.24º 0.87% 1% -
XYZ 40.75 51.69 102.44 -
YUV 159.86 181.69 37.52 -
System Red Green Blue C M Y K H S L
Decimal 33 206 255 0.87 0.19 0 0 193.24 1 0.56
Hex 21 CE FF 57 13 0 0 C1 64 38
Octal 41 316 377 127 23 0 0 301 144 70
Binary 100001 11001110 11111111 1010111 10011 0 0 11000001 1100100 111000

Color Harmonies of #21CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CEFF

Black with #21CEFF

Text Example


Text Example

White with #21CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,206,255); }

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

background-color css

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

 a { background-color: rgb(33,206,255); }

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

border-color css

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

 span { border-color: rgb(33,206,255); }

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