#18C5FE

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

Shades of Deep Sky Blue #18C5FE

Tints of Deep Sky Blue #18C5FE

Color information

#18C5FE (or 0x18C5FE) is unknown color: approx Deep Sky Blue. HEX triplet: 18, C5 and FE. RGB value is (24,197,254). Sum of RGB (Red+Green+Blue) = 24+197+254=475 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.05% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #18C5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C5FE is #E73A01. Grayscale: #979797. Windows color (decimal): -15153666 or 16696600. OLE color: 16696600.

HSL color Cylindrical-coordinate representation of color #18C5FE: hue angle of 194.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18C5FE is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24197254-
CMYK0.910.2200.00
HSL194.87º99.14%54.51%-
HSV(B)194.87º90.55%99.61%-
XYZ38.2347.28100.88-
YUV151.77185.6936.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.05%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 254 (99.61% from 255) = 53.47%
R=5.05%
G=41.47%
B=53.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal241972540.910.2200.00194.8799.1454.51
Hex18C5FE5B1600c36337
Octal30305376133260030314367
Binary11000110001011111111010110111011000110000111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18C5FE; }

 p { color: rgb(24,197,254); }

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

<style>
 a { background-color: #18C5FE; }

 a { background-color: rgb(24,197,254); }

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

<style>
 span { border-color: #18C5FE; }

 span { border-color: rgb(24,197,254); }

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