Html Css Color HEX #18DDFD Deep Sky Blue

📋 copy color: '#18DDFD'

red 24 ◦ green 221 ◦ blue 253

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

Shades of Deep Sky Blue #18DDFD

Tints of Deep Sky Blue #18DDFD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.38%

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

R = 4.82%
G = 44.38%
B = 50.8%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18DDFD (or 0x18DDFD) is known color: Deep Sky Blue. HEX triplet: 18, DD and FD. RGB value is (24,221,253). Sum of RGB (Red+Green+Blue) = 24+221+253=498 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.82% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #18DDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DDFD is #E72202. Grayscale: #A5A5A5. Windows color (decimal): -15147523 or 16637208. OLE color: 16637208.

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

Color convert

RGB 24 221 253 -
CMYK 0.91 0.13 0 0.01
HSL 188.38º 0.98% 0.54% -
HSV(B) 188.38º 0.91% 0.99% -
XYZ 43.96 59 102 -
YUV 165.75 177.23 26.9 -
System Red Green Blue C M Y K H S L
Decimal 24 221 253 0.91 0.13 0 0.01 188.38 0.98 0.54
Hex 18 DD FD 5B D 0 1 BC 62 36
Octal 30 335 375 133 15 0 1 274 142 66
Binary 11000 11011101 11111101 1011011 1101 0 1 10111100 1100010 110110

Color Harmonies of #18DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DDFD

Black with #18DDFD

Text Example


Text Example

White with #18DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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