Html Css Color HEX #18ADFC Deep Sky Blue

📋 copy color: '#18ADFC'

red 24 ◦ green 173 ◦ blue 252

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

Shades of Deep Sky Blue #18ADFC

Tints of Deep Sky Blue #18ADFC

RGB

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

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

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

R = 5.35%
G = 38.53%
B = 56.12%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18ADFC (or 0x18ADFC) is known color: Deep Sky Blue. HEX triplet: 18, AD and FC. RGB value is (24,173,252). Sum of RGB (Red+Green+Blue) = 24+173+252=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #18ADFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ADFC is #E75203. Grayscale: #888888. Windows color (decimal): -15159812 or 16559384. OLE color: 16559384.

HSL color Cylindrical-coordinate representation of color #18ADFC: hue angle of 200.79º 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 #18ADFC is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 173 252 -
CMYK 0.90 0.31 0 0.01
HSL 200.79º 0.97% 0.54% -
HSV(B) 200.79º 0.9% 0.99% -
XYZ 32.89 37.11 97.52 -
YUV 137.46 192.64 47.08 -
System Red Green Blue C M Y K H S L
Decimal 24 173 252 0.90 0.31 0 0.01 200.79 0.97 0.54
Hex 18 AD FC 5A 1F 0 1 C9 61 36
Octal 30 255 374 132 37 0 1 311 141 66
Binary 11000 10101101 11111100 1011010 11111 0 1 11001001 1100001 110110

Color Harmonies of #18ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADFC

Black with #18ADFC

Text Example


Text Example

White with #18ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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