Html Css Color HEX #18CDFC Deep Sky Blue

📋 copy color: '#18CDFC'

red 24 ◦ green 205 ◦ blue 252

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

Shades of Deep Sky Blue #18CDFC

Tints of Deep Sky Blue #18CDFC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.62%

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

R = 4.99%
G = 42.62%
B = 52.39%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18CDFC (or 0x18CDFC) is known color: Deep Sky Blue. HEX triplet: 18, CD and FC. RGB value is (24,205,252). Sum of RGB (Red+Green+Blue) = 24+205+252=481 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.99% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #18CDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CDFC is #E73203. Grayscale: #9B9B9B. Windows color (decimal): -15151620 or 16567576. OLE color: 16567576.

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

Color convert

RGB 24 205 252 -
CMYK 0.90 0.19 0 0.01
HSL 192.37º 0.97% 0.54% -
HSV(B) 192.37º 0.9% 0.99% -
XYZ 39.78 50.89 99.82 -
YUV 156.24 182.03 33.68 -
System Red Green Blue C M Y K H S L
Decimal 24 205 252 0.90 0.19 0 0.01 192.37 0.97 0.54
Hex 18 CD FC 5A 13 0 1 C0 61 36
Octal 30 315 374 132 23 0 1 300 141 66
Binary 11000 11001101 11111100 1011010 10011 0 1 11000000 1100001 110110

Color Harmonies of #18CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDFC

Black with #18CDFC

Text Example


Text Example

White with #18CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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