Html Css Color HEX #18C7EB Deep Sky Blue

📋 copy color: '#18C7EB'

red 24 ◦ green 199 ◦ blue 235

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

Shades of Deep Sky Blue #18C7EB

Tints of Deep Sky Blue #18C7EB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.45%

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

R = 5.24%
G = 43.45%
B = 51.31%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18C7EB (or 0x18C7EB) is known color: Deep Sky Blue. HEX triplet: 18, C7 and EB. RGB value is (24,199,235). Sum of RGB (Red+Green+Blue) = 24+199+235=458 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.24% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #18C7EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C7EB is #E73814. Grayscale: #969696. Windows color (decimal): -15153173 or 15451928. OLE color: 15451928.

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

Color convert

RGB 24 199 235 -
CMYK 0.90 0.15 0 0.08
HSL 190.24º 0.84% 0.51% -
HSV(B) 190.24º 0.9% 0.92% -
XYZ 35.8 47.04 85.79 -
YUV 150.78 175.52 37.57 -
System Red Green Blue C M Y K H S L
Decimal 24 199 235 0.90 0.15 0 0.08 190.24 0.84 0.51
Hex 18 C7 EB 5A F 0 8 BE 54 33
Octal 30 307 353 132 17 0 10 276 124 63
Binary 11000 11000111 11101011 1011010 1111 0 1000 10111110 1010100 110011

Color Harmonies of #18C7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C7EB

Black with #18C7EB

Text Example


Text Example

White with #18C7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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