Html Css Color HEX #18ADED Deep Sky Blue

📋 copy color: '#18ADED'

red 24 ◦ green 173 ◦ blue 237

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

Shades of Deep Sky Blue #18ADED

Tints of Deep Sky Blue #18ADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.61%

R = 5.53%
G = 39.86%
B = 54.61%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18ADED (or 0x18ADED) is known color: Deep Sky Blue. HEX triplet: 18, AD and ED. RGB value is (24,173,237). Sum of RGB (Red+Green+Blue) = 24+173+237=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #18ADED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ADED is #E75212. Grayscale: #878787. Windows color (decimal): -15159827 or 15576344. OLE color: 15576344.

HSL color Cylindrical-coordinate representation of color #18ADED: hue angle of 198.03º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ADED is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 173 237 -
CMYK 0.90 0.27 0 0.07
HSL 198.03º 0.86% 0.51% -
HSV(B) 198.03º 0.9% 0.93% -
XYZ 30.61 36.2 85.49 -
YUV 135.75 185.14 48.3 -
System Red Green Blue C M Y K H S L
Decimal 24 173 237 0.90 0.27 0 0.07 198.03 0.86 0.51
Hex 18 AD ED 5A 1B 0 7 C6 56 33
Octal 30 255 355 132 33 0 7 306 126 63
Binary 11000 10101101 11101101 1011010 11011 0 111 11000110 1010110 110011

Color Harmonies of #18ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADED

Black with #18ADED

Text Example


Text Example

White with #18ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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