Html Css Color HEX #21C6FB Deep Sky Blue

📋 copy color: '#21C6FB'

red 33 ◦ green 198 ◦ blue 251

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

Shades of Deep Sky Blue #21C6FB

Tints of Deep Sky Blue #21C6FB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.08%

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 6.85%
G = 41.08%
B = 52.07%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#21C6FB (or 0x21C6FB) is known color: Deep Sky Blue. HEX triplet: 21, C6 and FB. RGB value is (33,198,251). Sum of RGB (Red+Green+Blue) = 33+198+251=482 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.85% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #21C6FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C6FB is #DE3904. Grayscale: #9A9A9A. Windows color (decimal): -14563589 or 16500257. OLE color: 16500257.

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

Color convert

RGB 33 198 251 -
CMYK 0.87 0.21 0 0.02
HSL 194.59º 0.96% 0.56% -
HSV(B) 194.59º 0.87% 0.98% -
XYZ 38.23 47.68 98.45 -
YUV 154.71 182.34 41.19 -
System Red Green Blue C M Y K H S L
Decimal 33 198 251 0.87 0.21 0 0.02 194.59 0.96 0.56
Hex 21 C6 FB 57 15 0 2 C3 60 38
Octal 41 306 373 127 25 0 2 303 140 70
Binary 100001 11000110 11111011 1010111 10101 0 10 11000011 1100000 111000

Color Harmonies of #21C6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C6FB

Black with #21C6FB

Text Example


Text Example

White with #21C6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,198,251); }

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

background-color css

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

 a { background-color: rgb(33,198,251); }

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

border-color css

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

 span { border-color: rgb(33,198,251); }

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