Html Css Color HEX #21BCFF Deep Sky Blue

📋 copy color: '#21BCFF'

red 33 ◦ green 188 ◦ blue 255

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

Shades of Deep Sky Blue #21BCFF

Tints of Deep Sky Blue #21BCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 6.93%
G = 39.5%
B = 53.57%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#21BCFF (or 0x21BCFF) is known color: Deep Sky Blue. HEX triplet: 21, BC and FF. RGB value is (33,188,255). Sum of RGB (Red+Green+Blue) = 33+188+255=476 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.93% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #21BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BCFF is #DE4300. Grayscale: #949494. Windows color (decimal): -14566145 or 16759841. OLE color: 16759841.

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

Color convert

RGB 33 188 255 -
CMYK 0.87 0.26 0 0
HSL 198.11º 1% 0.56% -
HSV(B) 198.11º 0.87% 1% -
XYZ 36.66 43.51 101.07 -
YUV 149.29 187.65 45.05 -
System Red Green Blue C M Y K H S L
Decimal 33 188 255 0.87 0.26 0 0 198.11 1 0.56
Hex 21 BC FF 57 1A 0 0 C6 64 38
Octal 41 274 377 127 32 0 0 306 144 70
Binary 100001 10111100 11111111 1010111 11010 0 0 11000110 1100100 111000

Color Harmonies of #21BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BCFF

Black with #21BCFF

Text Example


Text Example

White with #21BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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