Html Css Color HEX #21CEF5 Deep Sky Blue

📋 copy color: '#21CEF5'

red 33 ◦ green 206 ◦ blue 245

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

Shades of Deep Sky Blue #21CEF5

Tints of Deep Sky Blue #21CEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.62%

R = 6.82%
G = 42.56%
B = 50.62%

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

#21CEF5 (or 0x21CEF5) is known color: Deep Sky Blue. HEX triplet: 21, CE and F5. RGB value is (33,206,245). Sum of RGB (Red+Green+Blue) = 33+206+245=484 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.82% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #21CEF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CEF5 is #DE310A. Grayscale: #9E9E9E. Windows color (decimal): -14561547 or 16109089. OLE color: 16109089.

HSL color Cylindrical-coordinate representation of color #21CEF5: hue angle of 191.04º degrees, saturation: 0.91, 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 #21CEF5 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 206 245 -
CMYK 0.87 0.16 0 0.04
HSL 191.04º 0.91% 0.55% -
HSV(B) 191.04º 0.87% 0.96% -
XYZ 39.18 51.06 94.18 -
YUV 158.72 176.69 38.33 -
System Red Green Blue C M Y K H S L
Decimal 33 206 245 0.87 0.16 0 0.04 191.04 0.91 0.55
Hex 21 CE F5 57 10 0 4 BF 5B 37
Octal 41 316 365 127 20 0 4 277 133 67
Binary 100001 11001110 11110101 1010111 10000 0 100 10111111 1011011 110111

Color Harmonies of #21CEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CEF5

Black with #21CEF5

Text Example


Text Example

White with #21CEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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