Html Css Color HEX #21CEF3 Deep Sky Blue

📋 copy color: '#21CEF3'

red 33 ◦ green 206 ◦ blue 243

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

Shades of Deep Sky Blue #21CEF3

Tints of Deep Sky Blue #21CEF3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.74%

 BLUE value IS 243 (95.31% from 255) = 50.41%

R = 6.85%
G = 42.74%
B = 50.41%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#21CEF3 (or 0x21CEF3) is known color: Deep Sky Blue. HEX triplet: 21, CE and F3. RGB value is (33,206,243). Sum of RGB (Red+Green+Blue) = 33+206+243=482 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.85% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #21CEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CEF3 is #DE310C. Grayscale: #9E9E9E. Windows color (decimal): -14561549 or 15978017. OLE color: 15978017.

HSL color Cylindrical-coordinate representation of color #21CEF3: hue angle of 190.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CEF3 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 206 243 -
CMYK 0.86 0.15 0 0.05
HSL 190.57º 0.9% 0.54% -
HSV(B) 190.57º 0.86% 0.95% -
XYZ 38.88 50.94 92.58 -
YUV 158.49 175.69 38.49 -
System Red Green Blue C M Y K H S L
Decimal 33 206 243 0.86 0.15 0 0.05 190.57 0.9 0.54
Hex 21 CE F3 56 F 0 5 BF 5A 36
Octal 41 316 363 126 17 0 5 277 132 66
Binary 100001 11001110 11110011 1010110 1111 0 101 10111111 1011010 110110

Color Harmonies of #21CEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CEF3

Black with #21CEF3

Text Example


Text Example

White with #21CEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,206,243); }

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

background-color css

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

 a { background-color: rgb(33,206,243); }

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

border-color css

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

 span { border-color: rgb(33,206,243); }

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