Html Css Color HEX #15DEFE Deep Sky Blue

📋 copy color: '#15DEFE'

red 21 ◦ green 222 ◦ blue 254

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

Shades of Deep Sky Blue #15DEFE

Tints of Deep Sky Blue #15DEFE

RGB

 RED value IS 21 (8.59% from 255) = 4.23%

 GREEN value IS 222 (87.11% from 255) = 44.67%

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

R = 4.23%
G = 44.67%
B = 51.11%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#15DEFE (or 0x15DEFE) is known color: Deep Sky Blue. HEX triplet: 15, DE and FE. RGB value is (21,222,254). Sum of RGB (Red+Green+Blue) = 21+222+254=497 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.23% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #15DEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DEFE is #EA2101. Grayscale: #A5A5A5. Windows color (decimal): -15343874 or 16702997. OLE color: 16702997.

HSL color Cylindrical-coordinate representation of color #15DEFE: hue angle of 188.24º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15DEFE is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 21 222 254 -
CMYK 0.92 0.13 0 0.00
HSL 188.24º 0.99% 0.54% -
HSV(B) 188.24º 0.92% 1% -
XYZ 44.32 59.56 102.93 -
YUV 165.55 177.91 24.9 -
System Red Green Blue C M Y K H S L
Decimal 21 222 254 0.92 0.13 0 0.00 188.24 0.99 0.54
Hex 15 DE FE 5C D 0 0 BC 63 36
Octal 25 336 376 134 15 0 0 274 143 66
Binary 10101 11011110 11111110 1011100 1101 0 0 10111100 1100011 110110

Color Harmonies of #15DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DEFE

Black with #15DEFE

Text Example


Text Example

White with #15DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15DEFE; }

 p { color: rgb(21,222,254); }

 H1.HeaderClassName
 {
   color: #15DEFE;
 }
 .AnyTagClassName
 {
   color: #15DEFE;
 }
</style>

background-color css

<style>
 a { background-color: #15DEFE; }

 a { background-color: rgb(21,222,254); }

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

border-color css

<style>
 span { border-color: #15DEFE; }

 span { border-color: rgb(21,222,254); }

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