Html Css Color HEX #21CBFF Deep Sky Blue

📋 copy color: '#21CBFF'

red 33 ◦ green 203 ◦ blue 255

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

Shades of Deep Sky Blue #21CBFF

Tints of Deep Sky Blue #21CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.34%

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

R = 6.72%
G = 41.34%
B = 51.93%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#21CBFF (or 0x21CBFF) is known color: Deep Sky Blue. HEX triplet: 21, CB and FF. RGB value is (33,203,255). Sum of RGB (Red+Green+Blue) = 33+203+255=491 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.72% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #21CBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CBFF is #DE3400. Grayscale: #9D9D9D. Windows color (decimal): -14562305 or 16763681. OLE color: 16763681.

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

Color convert

RGB 33 203 255 -
CMYK 0.87 0.20 0 0
HSL 194.05º 1% 0.56% -
HSV(B) 194.05º 0.87% 1% -
XYZ 40.03 50.26 102.2 -
YUV 158.1 182.68 38.77 -
System Red Green Blue C M Y K H S L
Decimal 33 203 255 0.87 0.20 0 0 194.05 1 0.56
Hex 21 CB FF 57 14 0 0 C2 64 38
Octal 41 313 377 127 24 0 0 302 144 70
Binary 100001 11001011 11111111 1010111 10100 0 0 11000010 1100100 111000

Color Harmonies of #21CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CBFF

Black with #21CBFF

Text Example


Text Example

White with #21CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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