Html Css Color HEX #18B9EE Deep Sky Blue

📋 copy color: '#18B9EE'

red 24 ◦ green 185 ◦ blue 238

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

Shades of Deep Sky Blue #18B9EE

Tints of Deep Sky Blue #18B9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.24%

R = 5.37%
G = 41.39%
B = 53.24%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18B9EE (or 0x18B9EE) is known color: Deep Sky Blue. HEX triplet: 18, B9 and EE. RGB value is (24,185,238). Sum of RGB (Red+Green+Blue) = 24+185+238=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #18B9EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B9EE is #E74611. Grayscale: #8E8E8E. Windows color (decimal): -15156754 or 15644952. OLE color: 15644952.

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

Color convert

RGB 24 185 238 -
CMYK 0.90 0.22 0 0.07
HSL 194.86º 0.86% 0.51% -
HSV(B) 194.86º 0.9% 0.93% -
XYZ 33.16 41.07 87.07 -
YUV 142.9 181.66 43.19 -
System Red Green Blue C M Y K H S L
Decimal 24 185 238 0.90 0.22 0 0.07 194.86 0.86 0.51
Hex 18 B9 EE 5A 16 0 7 C3 56 33
Octal 30 271 356 132 26 0 7 303 126 63
Binary 11000 10111001 11101110 1011010 10110 0 111 11000011 1010110 110011

Color Harmonies of #18B9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B9EE

Black with #18B9EE

Text Example


Text Example

White with #18B9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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