Html Css Color HEX #18DCFC Deep Sky Blue

📋 copy color: '#18DCFC'

red 24 ◦ green 220 ◦ blue 252

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

Shades of Deep Sky Blue #18DCFC

Tints of Deep Sky Blue #18DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.35%

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

R = 4.84%
G = 44.35%
B = 50.81%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18DCFC (or 0x18DCFC) is known color: Deep Sky Blue. HEX triplet: 18, DC and FC. RGB value is (24,220,252). Sum of RGB (Red+Green+Blue) = 24+220+252=496 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.84% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #18DCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DCFC is #E72303. Grayscale: #A4A4A4. Windows color (decimal): -15147780 or 16571416. OLE color: 16571416.

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

Color convert

RGB 24 220 252 -
CMYK 0.90 0.13 0 0.01
HSL 188.42º 0.97% 0.54% -
HSV(B) 188.42º 0.9% 0.99% -
XYZ 43.54 58.41 101.07 -
YUV 165.04 177.07 27.4 -
System Red Green Blue C M Y K H S L
Decimal 24 220 252 0.90 0.13 0 0.01 188.42 0.97 0.54
Hex 18 DC FC 5A D 0 1 BC 61 36
Octal 30 334 374 132 15 0 1 274 141 66
Binary 11000 11011100 11111100 1011010 1101 0 1 10111100 1100001 110110

Color Harmonies of #18DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DCFC

Black with #18DCFC

Text Example


Text Example

White with #18DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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