Html Css Color HEX #18C0FC Deep Sky Blue

📋 copy color: '#18C0FC'

red 24 ◦ green 192 ◦ blue 252

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

Shades of Deep Sky Blue #18C0FC

Tints of Deep Sky Blue #18C0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.03%

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

R = 5.13%
G = 41.03%
B = 53.85%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18C0FC (or 0x18C0FC) is known color: Deep Sky Blue. HEX triplet: 18, C0 and FC. RGB value is (24,192,252). Sum of RGB (Red+Green+Blue) = 24+192+252=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #18C0FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C0FC is #E73F03. Grayscale: #949494. Windows color (decimal): -15154948 or 16564248. OLE color: 16564248.

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

Color convert

RGB 24 192 252 -
CMYK 0.90 0.24 0 0.01
HSL 195.79º 0.97% 0.54% -
HSV(B) 195.79º 0.9% 0.99% -
XYZ 36.8 44.92 98.83 -
YUV 148.61 186.34 39.12 -
System Red Green Blue C M Y K H S L
Decimal 24 192 252 0.90 0.24 0 0.01 195.79 0.97 0.54
Hex 18 C0 FC 5A 18 0 1 C4 61 36
Octal 30 300 374 132 30 0 1 304 141 66
Binary 11000 11000000 11111100 1011010 11000 0 1 11000100 1100001 110110

Color Harmonies of #18C0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C0FC

Black with #18C0FC

Text Example


Text Example

White with #18C0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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