Html Css Color HEX #18C0EB Deep Sky Blue

📋 copy color: '#18C0EB'

red 24 ◦ green 192 ◦ blue 235

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

Shades of Deep Sky Blue #18C0EB

Tints of Deep Sky Blue #18C0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 5.32%
G = 42.57%
B = 52.11%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18C0EB (or 0x18C0EB) is known color: Deep Sky Blue. HEX triplet: 18, C0 and EB. RGB value is (24,192,235). Sum of RGB (Red+Green+Blue) = 24+192+235=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #18C0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C0EB is #E73F14. Grayscale: #929292. Windows color (decimal): -15154965 or 15450136. OLE color: 15450136.

HSL color Cylindrical-coordinate representation of color #18C0EB: hue angle of 192.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18C0EB is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 192 235 -
CMYK 0.90 0.18 0 0.08
HSL 192.23º 0.84% 0.51% -
HSV(B) 192.23º 0.9% 0.92% -
XYZ 34.22 43.89 85.27 -
YUV 146.67 177.84 40.5 -
System Red Green Blue C M Y K H S L
Decimal 24 192 235 0.90 0.18 0 0.08 192.23 0.84 0.51
Hex 18 C0 EB 5A 12 0 8 C0 54 33
Octal 30 300 353 132 22 0 10 300 124 63
Binary 11000 11000000 11101011 1011010 10010 0 1000 11000000 1010100 110011

Color Harmonies of #18C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C0EB

Black with #18C0EB

Text Example


Text Example

White with #18C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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