Html Css Color HEX #21CEF6 Deep Sky Blue

📋 copy color: '#21CEF6'

red 33 ◦ green 206 ◦ blue 246

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

Shades of Deep Sky Blue #21CEF6

Tints of Deep Sky Blue #21CEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.72%

R = 6.8%
G = 42.47%
B = 50.72%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#21CEF6 (or 0x21CEF6) is known color: Deep Sky Blue. HEX triplet: 21, CE and F6. RGB value is (33,206,246). Sum of RGB (Red+Green+Blue) = 33+206+246=485 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.80% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #21CEF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CEF6 is #DE3109. Grayscale: #9E9E9E. Windows color (decimal): -14561546 or 16174625. OLE color: 16174625.

HSL color Cylindrical-coordinate representation of color #21CEF6: hue angle of 191.27º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21CEF6 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 206 246 -
CMYK 0.87 0.16 0 0.04
HSL 191.27º 0.92% 0.55% -
HSV(B) 191.27º 0.87% 0.96% -
XYZ 39.33 51.12 94.98 -
YUV 158.83 177.19 38.25 -
System Red Green Blue C M Y K H S L
Decimal 33 206 246 0.87 0.16 0 0.04 191.27 0.92 0.55
Hex 21 CE F6 57 10 0 4 BF 5C 37
Octal 41 316 366 127 20 0 4 277 134 67
Binary 100001 11001110 11110110 1010111 10000 0 100 10111111 1011100 110111

Color Harmonies of #21CEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CEF6

Black with #21CEF6

Text Example


Text Example

White with #21CEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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