Html Css Color HEX #21C3F4 Deep Sky Blue

📋 copy color: '#21C3F4'

red 33 ◦ green 195 ◦ blue 244

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

Shades of Deep Sky Blue #21C3F4

Tints of Deep Sky Blue #21C3F4

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.31%

 BLUE value IS 244 (95.7% from 255) = 51.69%

R = 6.99%
G = 41.31%
B = 51.69%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#21C3F4 (or 0x21C3F4) is known color: Deep Sky Blue. HEX triplet: 21, C3 and F4. RGB value is (33,195,244). Sum of RGB (Red+Green+Blue) = 33+195+244=472 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.99% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #21C3F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C3F4 is #DE3C0B. Grayscale: #979797. Windows color (decimal): -14564364 or 16040737. OLE color: 16040737.

HSL color Cylindrical-coordinate representation of color #21C3F4: hue angle of 193.93º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21C3F4 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 195 244 -
CMYK 0.86 0.20 0 0.04
HSL 193.93º 0.91% 0.54% -
HSV(B) 193.93º 0.86% 0.96% -
XYZ 36.47 45.89 92.52 -
YUV 152.15 179.83 43.02 -
System Red Green Blue C M Y K H S L
Decimal 33 195 244 0.86 0.20 0 0.04 193.93 0.91 0.54
Hex 21 C3 F4 56 14 0 4 C2 5B 36
Octal 41 303 364 126 24 0 4 302 133 66
Binary 100001 11000011 11110100 1010110 10100 0 100 11000010 1011011 110110

Color Harmonies of #21C3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C3F4

Black with #21C3F4

Text Example


Text Example

White with #21C3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,195,244); }

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

background-color css

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

 a { background-color: rgb(33,195,244); }

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

border-color css

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

 span { border-color: rgb(33,195,244); }

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