Html Css Color HEX #18C8FD Deep Sky Blue

📋 copy color: '#18C8FD'

red 24 ◦ green 200 ◦ blue 253

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

Shades of Deep Sky Blue #18C8FD

Tints of Deep Sky Blue #18C8FD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.93%

 BLUE value IS 253 (99.22% from 255) = 53.04%

R = 5.03%
G = 41.93%
B = 53.04%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18C8FD (or 0x18C8FD) is known color: Deep Sky Blue. HEX triplet: 18, C8 and FD. RGB value is (24,200,253). Sum of RGB (Red+Green+Blue) = 24+200+253=477 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.03% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #18C8FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C8FD is #E73702. Grayscale: #999999. Windows color (decimal): -15152899 or 16631832. OLE color: 16631832.

HSL color Cylindrical-coordinate representation of color #18C8FD: hue angle of 193.89º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18C8FD is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 200 253 -
CMYK 0.91 0.21 0 0.01
HSL 193.89º 0.98% 0.54% -
HSV(B) 193.89º 0.91% 0.99% -
XYZ 38.76 48.59 100.27 -
YUV 153.42 184.19 35.69 -
System Red Green Blue C M Y K H S L
Decimal 24 200 253 0.91 0.21 0 0.01 193.89 0.98 0.54
Hex 18 C8 FD 5B 15 0 1 C2 62 36
Octal 30 310 375 133 25 0 1 302 142 66
Binary 11000 11001000 11111101 1011011 10101 0 1 11000010 1100010 110110

Color Harmonies of #18C8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C8FD

Black with #18C8FD

Text Example


Text Example

White with #18C8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,200,253); }

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

background-color css

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

 a { background-color: rgb(24,200,253); }

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

border-color css

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

 span { border-color: rgb(24,200,253); }

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