#15CFFE

Color #15CFFE Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #15CFFE

Tints of Deep Sky Blue #15CFFE

Color information

#15CFFE (or 0x15CFFE) is unknown color: approx Deep Sky Blue. HEX triplet: 15, CF and FE. RGB value is (21,207,254). Sum of RGB (Red+Green+Blue) = 21+207+254=482 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.36% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #15CFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CFFE is #EA3001. Grayscale: #9C9C9C. Windows color (decimal): -15347714 or 16699157. OLE color: 16699157.

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

Color convert

RGB21207254-
CMYK0.920.1900.00
HSL192.1º99.15%53.92%-
HSV(B)192.1º91.73%99.61%-
XYZ40.5151.94101.66-
YUV156.74182.8831.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.36%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 254 (99.61% from 255) = 52.70%
R=4.36%
G=42.95%
B=52.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal212072540.920.1900.00192.199.1553.92
Hex15CFFE5C1300c06336
Octal25317376134230030014366
Binary10101110011111111111010111001001100110000001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #15CFFE;
 }
 .AnyTagClassName
 {
   color: #15CFFE;
 }
</style>
background-color css

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

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

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

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

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

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