Html Css Color HEX #18D8FA Deep Sky Blue

📋 copy color: '#18D8FA'

red 24 ◦ green 216 ◦ blue 250

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

Shades of Deep Sky Blue #18D8FA

Tints of Deep Sky Blue #18D8FA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 4.9%
G = 44.08%
B = 51.02%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18D8FA (or 0x18D8FA) is known color: Deep Sky Blue. HEX triplet: 18, D8 and FA. RGB value is (24,216,250). Sum of RGB (Red+Green+Blue) = 24+216+250=490 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.90% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #18D8FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D8FA is #E72705. Grayscale: #A2A2A2. Windows color (decimal): -15148806 or 16439320. OLE color: 16439320.

HSL color Cylindrical-coordinate representation of color #18D8FA: hue angle of 189.03º degrees, saturation: 0.96, 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 #18D8FA is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 216 250 -
CMYK 0.90 0.14 0 0.02
HSL 189.03º 0.96% 0.54% -
HSV(B) 189.03º 0.9% 0.98% -
XYZ 42.19 56.21 99.07 -
YUV 162.47 177.39 29.24 -
System Red Green Blue C M Y K H S L
Decimal 24 216 250 0.90 0.14 0 0.02 189.03 0.96 0.54
Hex 18 D8 FA 5A E 0 2 BD 60 36
Octal 30 330 372 132 16 0 2 275 140 66
Binary 11000 11011000 11111010 1011010 1110 0 10 10111101 1100000 110110

Color Harmonies of #18D8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D8FA

Black with #18D8FA

Text Example


Text Example

White with #18D8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,216,250); }

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

background-color css

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

 a { background-color: rgb(24,216,250); }

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

border-color css

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

 span { border-color: rgb(24,216,250); }

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