#18D2F1

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

Shades of Deep Sky Blue #18D2F1

Tints of Deep Sky Blue #18D2F1

Color information

#18D2F1 (or 0x18D2F1) is unknown color: approx Deep Sky Blue. HEX triplet: 18, D2 and F1. RGB value is (24,210,241). Sum of RGB (Red+Green+Blue) = 24+210+241=475 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.05% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #18D2F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D2F1 is #E72D0E. Grayscale: #9D9D9D. Windows color (decimal): -15150351 or 15847960. OLE color: 15847960.

HSL color Cylindrical-coordinate representation of color #18D2F1: hue angle of 188.57º 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 #18D2F1 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24210241-
CMYK0.900.1300.05
HSL188.57º88.57%51.96%-
HSV(B)188.57º90.04%94.51%-
XYZ39.352.6491.31-
YUV157.92174.8832.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.05%
GREEN value IS 210 (82.42% from 255) = 44.21%
BLUE value IS 241 (94.53% from 255) = 50.74%
R=5.05%
G=44.21%
B=50.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242102410.900.1300.05188.5788.5751.96
Hex18D2F15AD05bd5934
Octal30322361132150527513164
Binary110001101001011110001101101011010101101111011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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