Html Css Color HEX #18D2FC Deep Sky Blue

📋 copy color: '#18D2FC'

red 24 ◦ green 210 ◦ blue 252

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

Shades of Deep Sky Blue #18D2FC

Tints of Deep Sky Blue #18D2FC

RGB

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

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

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

R = 4.94%
G = 43.21%
B = 51.85%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18D2FC (or 0x18D2FC) is known color: Deep Sky Blue. HEX triplet: 18, D2 and FC. RGB value is (24,210,252). Sum of RGB (Red+Green+Blue) = 24+210+252=486 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.94% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #18D2FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D2FC is #E72D03. Grayscale: #9E9E9E. Windows color (decimal): -15150340 or 16568856. OLE color: 16568856.

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

Color convert

RGB 24 210 252 -
CMYK 0.90 0.17 0 0.01
HSL 191.05º 0.97% 0.54% -
HSV(B) 191.05º 0.9% 0.99% -
XYZ 40.99 53.32 100.23 -
YUV 159.17 180.38 31.58 -
System Red Green Blue C M Y K H S L
Decimal 24 210 252 0.90 0.17 0 0.01 191.05 0.97 0.54
Hex 18 D2 FC 5A 11 0 1 BF 61 36
Octal 30 322 374 132 21 0 1 277 141 66
Binary 11000 11010010 11111100 1011010 10001 0 1 10111111 1100001 110110

Color Harmonies of #18D2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D2FC

Black with #18D2FC

Text Example


Text Example

White with #18D2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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