Html Css Color HEX #18D7FC Deep Sky Blue

📋 copy color: '#18D7FC'

red 24 ◦ green 215 ◦ blue 252

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

Shades of Deep Sky Blue #18D7FC

Tints of Deep Sky Blue #18D7FC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.79%

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

R = 4.89%
G = 43.79%
B = 51.32%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18D7FC (or 0x18D7FC) is known color: Deep Sky Blue. HEX triplet: 18, D7 and FC. RGB value is (24,215,252). Sum of RGB (Red+Green+Blue) = 24+215+252=491 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.89% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #18D7FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D7FC is #E72803. Grayscale: #A1A1A1. Windows color (decimal): -15149060 or 16570136. OLE color: 16570136.

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

Color convert

RGB 24 215 252 -
CMYK 0.90 0.15 0 0.01
HSL 189.74º 0.97% 0.54% -
HSV(B) 189.74º 0.9% 0.99% -
XYZ 42.25 55.82 100.64 -
YUV 162.11 178.72 29.49 -
System Red Green Blue C M Y K H S L
Decimal 24 215 252 0.90 0.15 0 0.01 189.74 0.97 0.54
Hex 18 D7 FC 5A F 0 1 BE 61 36
Octal 30 327 374 132 17 0 1 276 141 66
Binary 11000 11010111 11111100 1011010 1111 0 1 10111110 1100001 110110

Color Harmonies of #18D7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D7FC

Black with #18D7FC

Text Example


Text Example

White with #18D7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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