#18C4F9

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

Shades of Deep Sky Blue #18C4F9

Tints of Deep Sky Blue #18C4F9

Color information

#18C4F9 (or 0x18C4F9) is unknown color: approx Deep Sky Blue. HEX triplet: 18, C4 and F9. RGB value is (24,196,249). Sum of RGB (Red+Green+Blue) = 24+196+249=469 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.12% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #18C4F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C4F9 is #E73B06. Grayscale: #969696. Windows color (decimal): -15153927 or 16368664. OLE color: 16368664.

HSL color Cylindrical-coordinate representation of color #18C4F9: hue angle of 194.13º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18C4F9 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24196249-
CMYK0.900.2100.02
HSL194.13º94.94%53.53%-
HSV(B)194.13º90.36%97.65%-
XYZ37.2246.5196.64-
YUV150.61183.5237.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.12%
GREEN value IS 196 (76.95% from 255) = 41.79%
BLUE value IS 249 (97.66% from 255) = 53.09%
R=5.12%
G=41.79%
B=53.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241962490.900.2100.02194.1394.9453.53
Hex18C4F95A1502c25f36
Octal30304371132250230213766
Binary110001100010011111001101101010101010110000101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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