Html Css Color HEX #18C1EF Deep Sky Blue

📋 copy color: '#18C1EF'

red 24 ◦ green 193 ◦ blue 239

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

Shades of Deep Sky Blue #18C1EF

Tints of Deep Sky Blue #18C1EF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.32%

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 5.26%
G = 42.32%
B = 52.41%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18C1EF (or 0x18C1EF) is known color: Deep Sky Blue. HEX triplet: 18, C1 and EF. RGB value is (24,193,239). Sum of RGB (Red+Green+Blue) = 24+193+239=456 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.26% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #18C1EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C1EF is #E73E10. Grayscale: #939393. Windows color (decimal): -15154705 or 15712536. OLE color: 15712536.

HSL color Cylindrical-coordinate representation of color #18C1EF: hue angle of 192.84º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18C1EF is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 193 239 -
CMYK 0.90 0.19 0 0.06
HSL 192.84º 0.87% 0.52% -
HSV(B) 192.84º 0.9% 0.94% -
XYZ 35.03 44.57 88.42 -
YUV 147.71 179.51 39.76 -
System Red Green Blue C M Y K H S L
Decimal 24 193 239 0.90 0.19 0 0.06 192.84 0.87 0.52
Hex 18 C1 EF 5A 13 0 6 C1 57 34
Octal 30 301 357 132 23 0 6 301 127 64
Binary 11000 11000001 11101111 1011010 10011 0 110 11000001 1010111 110100

Color Harmonies of #18C1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C1EF

Black with #18C1EF

Text Example


Text Example

White with #18C1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,193,239); }

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

background-color css

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

 a { background-color: rgb(24,193,239); }

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

border-color css

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

 span { border-color: rgb(24,193,239); }

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