#18D3F1

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

Shades of Deep Sky Blue #18D3F1

Tints of Deep Sky Blue #18D3F1

Color information

#18D3F1 (or 0x18D3F1) is unknown color: approx Deep Sky Blue. HEX triplet: 18, D3 and F1. RGB value is (24,211,241). Sum of RGB (Red+Green+Blue) = 24+211+241=476 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.04% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #18D3F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D3F1 is #E72C0E. Grayscale: #9E9E9E. Windows color (decimal): -15150095 or 15848216. OLE color: 15848216.

HSL color Cylindrical-coordinate representation of color #18D3F1: hue angle of 188.29º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D3F1 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24211241-
CMYK0.900.1200.05
HSL188.29º88.57%51.96%-
HSV(B)188.29º90.04%94.51%-
XYZ39.5553.1391.39-
YUV158.51174.5532.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.04%
GREEN value IS 211 (82.81% from 255) = 44.33%
BLUE value IS 241 (94.53% from 255) = 50.63%
R=5.04%
G=44.33%
B=50.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242112410.900.1200.05188.2988.5751.96
Hex18D3F15AC05bc5934
Octal30323361132140527413164
Binary110001101001111110001101101011000101101111001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,211,241); }

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

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

 a { background-color: rgb(24,211,241); }

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

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

 span { border-color: rgb(24,211,241); }

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