Html Css Color HEX #18B9EB Deep Sky Blue

📋 copy color: '#18B9EB'

red 24 ◦ green 185 ◦ blue 235

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

Shades of Deep Sky Blue #18B9EB

Tints of Deep Sky Blue #18B9EB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.67%

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

R = 5.41%
G = 41.67%
B = 52.93%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18B9EB (or 0x18B9EB) is known color: Deep Sky Blue. HEX triplet: 18, B9 and EB. RGB value is (24,185,235). Sum of RGB (Red+Green+Blue) = 24+185+235=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #18B9EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B9EB is #E74614. Grayscale: #8E8E8E. Windows color (decimal): -15156757 or 15448344. OLE color: 15448344.

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

Color convert

RGB 24 185 235 -
CMYK 0.90 0.21 0 0.08
HSL 194.22º 0.84% 0.51% -
HSV(B) 194.22º 0.9% 0.92% -
XYZ 32.72 40.89 84.77 -
YUV 142.56 180.16 43.43 -
System Red Green Blue C M Y K H S L
Decimal 24 185 235 0.90 0.21 0 0.08 194.22 0.84 0.51
Hex 18 B9 EB 5A 15 0 8 C2 54 33
Octal 30 271 353 132 25 0 10 302 124 63
Binary 11000 10111001 11101011 1011010 10101 0 1000 11000010 1010100 110011

Color Harmonies of #18B9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B9EB

Black with #18B9EB

Text Example


Text Example

White with #18B9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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