Html Css Color HEX #18CEFC Deep Sky Blue

📋 copy color: '#18CEFC'

red 24 ◦ green 206 ◦ blue 252

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

Shades of Deep Sky Blue #18CEFC

Tints of Deep Sky Blue #18CEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 4.98%
G = 42.74%
B = 52.28%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18CEFC (or 0x18CEFC) is known color: Deep Sky Blue. HEX triplet: 18, CE and FC. RGB value is (24,206,252). Sum of RGB (Red+Green+Blue) = 24+206+252=482 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.98% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #18CEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEFC is #E73103. Grayscale: #9C9C9C. Windows color (decimal): -15151364 or 16567832. OLE color: 16567832.

HSL color Cylindrical-coordinate representation of color #18CEFC: hue angle of 192.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CEFC is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 206 252 -
CMYK 0.90 0.18 0 0.01
HSL 192.11º 0.97% 0.54% -
HSV(B) 192.11º 0.9% 0.99% -
XYZ 40.02 51.37 99.9 -
YUV 156.83 181.7 33.26 -
System Red Green Blue C M Y K H S L
Decimal 24 206 252 0.90 0.18 0 0.01 192.11 0.97 0.54
Hex 18 CE FC 5A 12 0 1 C0 61 36
Octal 30 316 374 132 22 0 1 300 141 66
Binary 11000 11001110 11111100 1011010 10010 0 1 11000000 1100001 110110

Color Harmonies of #18CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CEFC

Black with #18CEFC

Text Example


Text Example

White with #18CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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