Html Css Color HEX #18D7FA Deep Sky Blue

📋 copy color: '#18D7FA'

red 24 ◦ green 215 ◦ blue 250

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

Shades of Deep Sky Blue #18D7FA

Tints of Deep Sky Blue #18D7FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.12%

R = 4.91%
G = 43.97%
B = 51.12%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18D7FA (or 0x18D7FA) is known color: Deep Sky Blue. HEX triplet: 18, D7 and FA. RGB value is (24,215,250). Sum of RGB (Red+Green+Blue) = 24+215+250=489 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.91% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #18D7FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D7FA is #E72805. Grayscale: #A1A1A1. Windows color (decimal): -15149062 or 16439064. OLE color: 16439064.

HSL color Cylindrical-coordinate representation of color #18D7FA: hue angle of 189.29º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D7FA is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 215 250 -
CMYK 0.90 0.14 0 0.02
HSL 189.29º 0.96% 0.54% -
HSV(B) 189.29º 0.9% 0.98% -
XYZ 41.93 55.7 98.98 -
YUV 161.88 177.72 29.65 -
System Red Green Blue C M Y K H S L
Decimal 24 215 250 0.90 0.14 0 0.02 189.29 0.96 0.54
Hex 18 D7 FA 5A E 0 2 BD 60 36
Octal 30 327 372 132 16 0 2 275 140 66
Binary 11000 11010111 11111010 1011010 1110 0 10 10111101 1100000 110110

Color Harmonies of #18D7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D7FA

Black with #18D7FA

Text Example


Text Example

White with #18D7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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