Html Css Color HEX #21BEFE Deep Sky Blue

📋 copy color: '#21BEFE'

red 33 ◦ green 190 ◦ blue 254

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

Shades of Deep Sky Blue #21BEFE

Tints of Deep Sky Blue #21BEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.83%

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

R = 6.92%
G = 39.83%
B = 53.25%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#21BEFE (or 0x21BEFE) is known color: Deep Sky Blue. HEX triplet: 21, BE and FE. RGB value is (33,190,254). Sum of RGB (Red+Green+Blue) = 33+190+254=477 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.92% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #21BEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BEFE is #DE4101. Grayscale: #959595. Windows color (decimal): -14565634 or 16694817. OLE color: 16694817.

HSL color Cylindrical-coordinate representation of color #21BEFE: hue angle of 197.38º 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 #21BEFE is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 33 190 254 -
CMYK 0.87 0.25 0 0.00
HSL 197.38º 0.99% 0.56% -
HSV(B) 197.38º 0.87% 1% -
XYZ 36.93 44.31 100.37 -
YUV 150.35 186.49 44.3 -
System Red Green Blue C M Y K H S L
Decimal 33 190 254 0.87 0.25 0 0.00 197.38 0.99 0.56
Hex 21 BE FE 57 19 0 0 C5 63 38
Octal 41 276 376 127 31 0 0 305 143 70
Binary 100001 10111110 11111110 1010111 11001 0 0 11000101 1100011 111000

Color Harmonies of #21BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BEFE

Black with #21BEFE

Text Example


Text Example

White with #21BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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