Html Css Color HEX #18D6FC Deep Sky Blue

📋 copy color: '#18D6FC'

red 24 ◦ green 214 ◦ blue 252

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

Shades of Deep Sky Blue #18D6FC

Tints of Deep Sky Blue #18D6FC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.67%

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

R = 4.9%
G = 43.67%
B = 51.43%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18D6FC (or 0x18D6FC) is known color: Deep Sky Blue. HEX triplet: 18, D6 and FC. RGB value is (24,214,252). Sum of RGB (Red+Green+Blue) = 24+214+252=490 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.90% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #18D6FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D6FC is #E72903. Grayscale: #A1A1A1. Windows color (decimal): -15149316 or 16569880. OLE color: 16569880.

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

Color convert

RGB 24 214 252 -
CMYK 0.90 0.15 0 0.01
HSL 190º 0.97% 0.54% -
HSV(B) 190º 0.9% 0.99% -
XYZ 41.99 55.32 100.56 -
YUV 161.52 179.05 29.91 -
System Red Green Blue C M Y K H S L
Decimal 24 214 252 0.90 0.15 0 0.01 190 0.97 0.54
Hex 18 D6 FC 5A F 0 1 BE 61 36
Octal 30 326 374 132 17 0 1 276 141 66
Binary 11000 11010110 11111100 1011010 1111 0 1 10111110 1100001 110110

Color Harmonies of #18D6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D6FC

Black with #18D6FC

Text Example


Text Example

White with #18D6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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