Html Css Color HEX #18CEED Deep Sky Blue

📋 copy color: '#18CEED'

red 24 ◦ green 206 ◦ blue 237

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

Shades of Deep Sky Blue #18CEED

Tints of Deep Sky Blue #18CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 5.14%
G = 44.11%
B = 50.75%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18CEED (or 0x18CEED) is known color: Deep Sky Blue. HEX triplet: 18, CE and ED. RGB value is (24,206,237). Sum of RGB (Red+Green+Blue) = 24+206+237=467 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.14% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #18CEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEED is #E73112. Grayscale: #9A9A9A. Windows color (decimal): -15151379 or 15584792. OLE color: 15584792.

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

Color convert

RGB 24 206 237 -
CMYK 0.90 0.13 0 0.07
HSL 188.73º 0.86% 0.51% -
HSV(B) 188.73º 0.9% 0.93% -
XYZ 37.73 50.45 87.87 -
YUV 155.12 174.2 34.48 -
System Red Green Blue C M Y K H S L
Decimal 24 206 237 0.90 0.13 0 0.07 188.73 0.86 0.51
Hex 18 CE ED 5A D 0 7 BD 56 33
Octal 30 316 355 132 15 0 7 275 126 63
Binary 11000 11001110 11101101 1011010 1101 0 111 10111101 1010110 110011

Color Harmonies of #18CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CEED

Black with #18CEED

Text Example


Text Example

White with #18CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,206,237); }

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

background-color css

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

 a { background-color: rgb(24,206,237); }

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

border-color css

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

 span { border-color: rgb(24,206,237); }

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