Html Css Color HEX #18ADF4 Deep Sky Blue

📋 copy color: '#18ADF4'

red 24 ◦ green 173 ◦ blue 244

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

Shades of Deep Sky Blue #18ADF4

Tints of Deep Sky Blue #18ADF4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 244 (95.7% from 255) = 55.33%

R = 5.44%
G = 39.23%
B = 55.33%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#18ADF4 (or 0x18ADF4) is known color: Deep Sky Blue. HEX triplet: 18, AD and F4. RGB value is (24,173,244). Sum of RGB (Red+Green+Blue) = 24+173+244=441 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.44% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 244 (95.70% from 255 or 55.33% from 441); Max value from RGB is 244 - color contains mainly: blue. Hex color #18ADF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ADF4 is #E7520B. Grayscale: #888888. Windows color (decimal): -15159820 or 16035096. OLE color: 16035096.

HSL color Cylindrical-coordinate representation of color #18ADF4: hue angle of 199.36º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ADF4 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 173 244 -
CMYK 0.90 0.29 0 0.04
HSL 199.36º 0.91% 0.53% -
HSV(B) 199.36º 0.9% 0.96% -
XYZ 31.65 36.61 90.99 -
YUV 136.54 188.64 47.73 -
System Red Green Blue C M Y K H S L
Decimal 24 173 244 0.90 0.29 0 0.04 199.36 0.91 0.53
Hex 18 AD F4 5A 1D 0 4 C7 5B 35
Octal 30 255 364 132 35 0 4 307 133 65
Binary 11000 10101101 11110100 1011010 11101 0 100 11000111 1011011 110101

Color Harmonies of #18ADF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADF4

Black with #18ADF4

Text Example


Text Example

White with #18ADF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,173,244); }

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

background-color css

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

 a { background-color: rgb(24,173,244); }

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

border-color css

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

 span { border-color: rgb(24,173,244); }

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