Html Css Color HEX #21CAF3 Deep Sky Blue

📋 copy color: '#21CAF3'

red 33 ◦ green 202 ◦ blue 243

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

Shades of Deep Sky Blue #21CAF3

Tints of Deep Sky Blue #21CAF3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.26%

 BLUE value IS 243 (95.31% from 255) = 50.84%

R = 6.9%
G = 42.26%
B = 50.84%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#21CAF3 (or 0x21CAF3) is known color: Deep Sky Blue. HEX triplet: 21, CA and F3. RGB value is (33,202,243). Sum of RGB (Red+Green+Blue) = 33+202+243=478 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.90% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #21CAF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CAF3 is #DE350C. Grayscale: #9B9B9B. Windows color (decimal): -14562573 or 15976993. OLE color: 15976993.

HSL color Cylindrical-coordinate representation of color #21CAF3: hue angle of 191.71º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CAF3 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 202 243 -
CMYK 0.86 0.17 0 0.05
HSL 191.71º 0.9% 0.54% -
HSV(B) 191.71º 0.86% 0.95% -
XYZ 37.93 49.04 92.26 -
YUV 156.14 177.01 40.17 -
System Red Green Blue C M Y K H S L
Decimal 33 202 243 0.86 0.17 0 0.05 191.71 0.9 0.54
Hex 21 CA F3 56 11 0 5 C0 5A 36
Octal 41 312 363 126 21 0 5 300 132 66
Binary 100001 11001010 11110011 1010110 10001 0 101 11000000 1011010 110110

Color Harmonies of #21CAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CAF3

Black with #21CAF3

Text Example


Text Example

White with #21CAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,202,243); }

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

background-color css

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

 a { background-color: rgb(33,202,243); }

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

border-color css

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

 span { border-color: rgb(33,202,243); }

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