Html Css Color HEX #18ADF0 Deep Sky Blue

📋 copy color: '#18ADF0'

red 24 ◦ green 173 ◦ blue 240

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

Shades of Deep Sky Blue #18ADF0

Tints of Deep Sky Blue #18ADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 54.92%

R = 5.49%
G = 39.59%
B = 54.92%

CMYK

 C value IS 0.9

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18ADF0 (or 0x18ADF0) is known color: Deep Sky Blue. HEX triplet: 18, AD and F0. RGB value is (24,173,240). Sum of RGB (Red+Green+Blue) = 24+173+240=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #18ADF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ADF0 is #E7520F. Grayscale: #878787. Windows color (decimal): -15159824 or 15772952. OLE color: 15772952.

HSL color Cylindrical-coordinate representation of color #18ADF0: hue angle of 198.61º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ADF0 is Cyan = 0.9, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 173 240 -
CMYK 0.9 0.28 0 0.06
HSL 198.61º 0.88% 0.52% -
HSV(B) 198.61º 0.9% 0.94% -
XYZ 31.05 36.37 87.82 -
YUV 136.09 186.64 48.05 -
System Red Green Blue C M Y K H S L
Decimal 24 173 240 0.9 0.28 0 0.06 198.61 0.88 0.52
Hex 18 AD F0 5A 1C 0 6 C7 58 34
Octal 30 255 360 132 34 0 6 307 130 64
Binary 11000 10101101 11110000 1011010 11100 0 110 11000111 1011000 110100

Color Harmonies of #18ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADF0

Black with #18ADF0

Text Example


Text Example

White with #18ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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