Html Css Color HEX #15C0FE Deep Sky Blue

📋 copy color: '#15C0FE'

red 21 ◦ green 192 ◦ blue 254

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

Shades of Deep Sky Blue #15C0FE

Tints of Deep Sky Blue #15C0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.11%

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

R = 4.5%
G = 41.11%
B = 54.39%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#15C0FE (or 0x15C0FE) is known color: Deep Sky Blue. HEX triplet: 15, C0 and FE. RGB value is (21,192,254). Sum of RGB (Red+Green+Blue) = 21+192+254=467 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.50% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #15C0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C0FE is #EA3F01. Grayscale: #939393. Windows color (decimal): -15351554 or 16695317. OLE color: 16695317.

HSL color Cylindrical-coordinate representation of color #15C0FE: hue angle of 195.97º 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 #15C0FE is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 21 192 254 -
CMYK 0.92 0.24 0 0.00
HSL 195.97º 0.99% 0.54% -
HSV(B) 195.97º 0.92% 1% -
XYZ 37.05 45.01 100.5 -
YUV 147.94 187.85 37.46 -
System Red Green Blue C M Y K H S L
Decimal 21 192 254 0.92 0.24 0 0.00 195.97 0.99 0.54
Hex 15 C0 FE 5C 18 0 0 C4 63 36
Octal 25 300 376 134 30 0 0 304 143 66
Binary 10101 11000000 11111110 1011100 11000 0 0 11000100 1100011 110110

Color Harmonies of #15C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C0FE

Black with #15C0FE

Text Example


Text Example

White with #15C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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