Html Css Color HEX #21BCFE Deep Sky Blue

📋 copy color: '#21BCFE'

red 33 ◦ green 188 ◦ blue 254

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

Shades of Deep Sky Blue #21BCFE

Tints of Deep Sky Blue #21BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.58%

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 6.95%
G = 39.58%
B = 53.47%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#21BCFE (or 0x21BCFE) is known color: Deep Sky Blue. HEX triplet: 21, BC and FE. RGB value is (33,188,254). Sum of RGB (Red+Green+Blue) = 33+188+254=475 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.95% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #21BCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BCFE is #DE4301. Grayscale: #949494. Windows color (decimal): -14566146 or 16694305. OLE color: 16694305.

HSL color Cylindrical-coordinate representation of color #21BCFE: hue angle of 197.92º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21BCFE is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 33 188 254 -
CMYK 0.87 0.26 0 0.00
HSL 197.92º 0.99% 0.56% -
HSV(B) 197.92º 0.87% 1% -
XYZ 36.5 43.45 100.23 -
YUV 149.18 187.15 45.13 -
System Red Green Blue C M Y K H S L
Decimal 33 188 254 0.87 0.26 0 0.00 197.92 0.99 0.56
Hex 21 BC FE 57 1A 0 0 C6 63 38
Octal 41 274 376 127 32 0 0 306 143 70
Binary 100001 10111100 11111110 1010111 11010 0 0 11000110 1100011 111000

Color Harmonies of #21BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BCFE

Black with #21BCFE

Text Example


Text Example

White with #21BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,188,254); }

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

background-color css

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

 a { background-color: rgb(33,188,254); }

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

border-color css

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

 span { border-color: rgb(33,188,254); }

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