Html Css Color HEX #18CDFD Deep Sky Blue

📋 copy color: '#18CDFD'

red 24 ◦ green 205 ◦ blue 253

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

Shades of Deep Sky Blue #18CDFD

Tints of Deep Sky Blue #18CDFD

RGB

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

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

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

R = 4.98%
G = 42.53%
B = 52.49%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18CDFD (or 0x18CDFD) is known color: Deep Sky Blue. HEX triplet: 18, CD and FD. RGB value is (24,205,253). Sum of RGB (Red+Green+Blue) = 24+205+253=482 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.98% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #18CDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CDFD is #E73202. Grayscale: #9B9B9B. Windows color (decimal): -15151619 or 16633112. OLE color: 16633112.

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

Color convert

RGB 24 205 253 -
CMYK 0.91 0.19 0 0.01
HSL 192.58º 0.98% 0.54% -
HSV(B) 192.58º 0.91% 0.99% -
XYZ 39.94 50.95 100.66 -
YUV 156.35 182.53 33.6 -
System Red Green Blue C M Y K H S L
Decimal 24 205 253 0.91 0.19 0 0.01 192.58 0.98 0.54
Hex 18 CD FD 5B 13 0 1 C1 62 36
Octal 30 315 375 133 23 0 1 301 142 66
Binary 11000 11001101 11111101 1011011 10011 0 1 11000001 1100010 110110

Color Harmonies of #18CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDFD

Black with #18CDFD

Text Example


Text Example

White with #18CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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