Html Css Color HEX #18D2FD Deep Sky Blue

📋 copy color: '#18D2FD'

red 24 ◦ green 210 ◦ blue 253

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

Shades of Deep Sky Blue #18D2FD

Tints of Deep Sky Blue #18D2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.12%

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

R = 4.93%
G = 43.12%
B = 51.95%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18D2FD (or 0x18D2FD) is known color: Deep Sky Blue. HEX triplet: 18, D2 and FD. RGB value is (24,210,253). Sum of RGB (Red+Green+Blue) = 24+210+253=487 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.93% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #18D2FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D2FD is #E72D02. Grayscale: #9E9E9E. Windows color (decimal): -15150339 or 16634392. OLE color: 16634392.

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

Color convert

RGB 24 210 253 -
CMYK 0.91 0.17 0 0.01
HSL 191.27º 0.98% 0.54% -
HSV(B) 191.27º 0.91% 0.99% -
XYZ 41.15 53.38 101.06 -
YUV 159.29 180.88 31.5 -
System Red Green Blue C M Y K H S L
Decimal 24 210 253 0.91 0.17 0 0.01 191.27 0.98 0.54
Hex 18 D2 FD 5B 11 0 1 BF 62 36
Octal 30 322 375 133 21 0 1 277 142 66
Binary 11000 11010010 11111101 1011011 10001 0 1 10111111 1100010 110110

Color Harmonies of #18D2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D2FD

Black with #18D2FD

Text Example


Text Example

White with #18D2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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