Html Css Color HEX #18D9FC Deep Sky Blue

📋 copy color: '#18D9FC'

red 24 ◦ green 217 ◦ blue 252

#18D9FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #18D9FC

Tints of Deep Sky Blue #18D9FC

RGB

 RED value IS 24 (9.77% from 255) = 4.87%

 GREEN value IS 217 (85.16% from 255) = 44.02%

 BLUE value IS 252 (98.83% from 255) = 51.12%

R = 4.87%
G = 44.02%
B = 51.12%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18D9FC (or 0x18D9FC) is known color: Deep Sky Blue. HEX triplet: 18, D9 and FC. RGB value is (24,217,252). Sum of RGB (Red+Green+Blue) = 24+217+252=493 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.87% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #18D9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D9FC is #E72603. Grayscale: #A2A2A2. Windows color (decimal): -15148548 or 16570648. OLE color: 16570648.

HSL color Cylindrical-coordinate representation of color #18D9FC: hue angle of 189.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D9FC is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 217 252 -
CMYK 0.90 0.14 0 0.01
HSL 189.21º 0.97% 0.54% -
HSV(B) 189.21º 0.9% 0.99% -
XYZ 42.76 56.85 100.81 -
YUV 163.28 178.06 28.65 -
System Red Green Blue C M Y K H S L
Decimal 24 217 252 0.90 0.14 0 0.01 189.21 0.97 0.54
Hex 18 D9 FC 5A E 0 1 BD 61 36
Octal 30 331 374 132 16 0 1 275 141 66
Binary 11000 11011001 11111100 1011010 1110 0 1 10111101 1100001 110110

Color Harmonies of #18D9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D9FC

Black with #18D9FC

Text Example


Text Example

White with #18D9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,217,252); }

 H1.HeaderClassName
 {
   color: #18D9FC;
 }
 .AnyTagClassName
 {
   color: #18D9FC;
 }
</style>

background-color css

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

 a { background-color: rgb(24,217,252); }

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

border-color css

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

 span { border-color: rgb(24,217,252); }

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