Html Css Color HEX #18C5ED Deep Sky Blue

📋 copy color: '#18C5ED'

red 24 ◦ green 197 ◦ blue 237

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

Shades of Deep Sky Blue #18C5ED

Tints of Deep Sky Blue #18C5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.01%

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

R = 5.24%
G = 43.01%
B = 51.75%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18C5ED (or 0x18C5ED) is known color: Deep Sky Blue. HEX triplet: 18, C5 and ED. RGB value is (24,197,237). Sum of RGB (Red+Green+Blue) = 24+197+237=458 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.24% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #18C5ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C5ED is #E73A12. Grayscale: #959595. Windows color (decimal): -15153683 or 15582488. OLE color: 15582488.

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

Color convert

RGB 24 197 237 -
CMYK 0.90 0.17 0 0.07
HSL 191.27º 0.86% 0.51% -
HSV(B) 191.27º 0.9% 0.93% -
XYZ 35.63 46.24 87.17 -
YUV 149.83 177.19 38.25 -
System Red Green Blue C M Y K H S L
Decimal 24 197 237 0.90 0.17 0 0.07 191.27 0.86 0.51
Hex 18 C5 ED 5A 11 0 7 BF 56 33
Octal 30 305 355 132 21 0 7 277 126 63
Binary 11000 11000101 11101101 1011010 10001 0 111 10111111 1010110 110011

Color Harmonies of #18C5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C5ED

Black with #18C5ED

Text Example


Text Example

White with #18C5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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