Html Css Color HEX #18CEFE Deep Sky Blue

📋 copy color: '#18CEFE'

red 24 ◦ green 206 ◦ blue 254

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

Shades of Deep Sky Blue #18CEFE

Tints of Deep Sky Blue #18CEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 4.96%
G = 42.56%
B = 52.48%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#18CEFE (or 0x18CEFE) is known color: Deep Sky Blue. HEX triplet: 18, CE and FE. RGB value is (24,206,254). Sum of RGB (Red+Green+Blue) = 24+206+254=484 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.96% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #18CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEFE is #E73101. Grayscale: #9C9C9C. Windows color (decimal): -15151362 or 16698904. OLE color: 16698904.

HSL color Cylindrical-coordinate representation of color #18CEFE: hue angle of 192.52º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18CEFE is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 24 206 254 -
CMYK 0.91 0.19 0 0.00
HSL 192.52º 0.99% 0.55% -
HSV(B) 192.52º 0.91% 1% -
XYZ 40.34 51.49 101.58 -
YUV 157.05 182.7 33.1 -
System Red Green Blue C M Y K H S L
Decimal 24 206 254 0.91 0.19 0 0.00 192.52 0.99 0.55
Hex 18 CE FE 5B 13 0 0 C1 63 37
Octal 30 316 376 133 23 0 0 301 143 67
Binary 11000 11001110 11111110 1011011 10011 0 0 11000001 1100011 110111

Color Harmonies of #18CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CEFE

Black with #18CEFE

Text Example


Text Example

White with #18CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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