Html Css Color HEX #18CEF0 Deep Sky Blue

📋 copy color: '#18CEF0'

red 24 ◦ green 206 ◦ blue 240

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

Shades of Deep Sky Blue #18CEF0

Tints of Deep Sky Blue #18CEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.06%

R = 5.11%
G = 43.83%
B = 51.06%

CMYK

 C value IS 0.9

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18CEF0 (or 0x18CEF0) is known color: Deep Sky Blue. HEX triplet: 18, CE and F0. RGB value is (24,206,240). Sum of RGB (Red+Green+Blue) = 24+206+240=470 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.11% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #18CEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEF0 is #E7310F. Grayscale: #9B9B9B. Windows color (decimal): -15151376 or 15781400. OLE color: 15781400.

HSL color Cylindrical-coordinate representation of color #18CEF0: hue angle of 189.44º degrees, saturation: 0.88, 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 #18CEF0 is Cyan = 0.9, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 206 240 -
CMYK 0.9 0.14 0 0.06
HSL 189.44º 0.88% 0.52% -
HSV(B) 189.44º 0.9% 0.94% -
XYZ 38.18 50.63 90.2 -
YUV 155.46 175.7 34.24 -
System Red Green Blue C M Y K H S L
Decimal 24 206 240 0.9 0.14 0 0.06 189.44 0.88 0.52
Hex 18 CE F0 5A E 0 6 BD 58 34
Octal 30 316 360 132 16 0 6 275 130 64
Binary 11000 11001110 11110000 1011010 1110 0 110 10111101 1011000 110100

Color Harmonies of #18CEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CEF0

Black with #18CEF0

Text Example


Text Example

White with #18CEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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