#18C4FE

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

Shades of Deep Sky Blue #18C4FE

Tints of Deep Sky Blue #18C4FE

Color information

#18C4FE (or 0x18C4FE) is unknown color: approx Deep Sky Blue. HEX triplet: 18, C4 and FE. RGB value is (24,196,254). Sum of RGB (Red+Green+Blue) = 24+196+254=474 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.06% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #18C4FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C4FE is #E73B01. Grayscale: #969696. Windows color (decimal): -15153922 or 16696344. OLE color: 16696344.

HSL color Cylindrical-coordinate representation of color #18C4FE: hue angle of 195.13º 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 #18C4FE is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24196254-
CMYK0.910.2300.00
HSL195.13º99.14%54.51%-
HSV(B)195.13º90.55%99.61%-
XYZ38.0146.83100.8-
YUV151.18186.0237.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.06%
GREEN value IS 196 (76.95% from 255) = 41.35%
BLUE value IS 254 (99.61% from 255) = 53.59%
R=5.06%
G=41.35%
B=53.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal241962540.910.2300.00195.1399.1454.51
Hex18C4FE5B1700c36337
Octal30304376133270030314367
Binary11000110001001111111010110111011100110000111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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