Html Css Color HEX #18CCF6 Deep Sky Blue

📋 copy color: '#18CCF6'

red 24 ◦ green 204 ◦ blue 246

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

Shades of Deep Sky Blue #18CCF6

Tints of Deep Sky Blue #18CCF6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.04%

 BLUE value IS 246 (96.48% from 255) = 51.9%

R = 5.06%
G = 43.04%
B = 51.9%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#18CCF6 (or 0x18CCF6) is known color: Deep Sky Blue. HEX triplet: 18, CC and F6. RGB value is (24,204,246). Sum of RGB (Red+Green+Blue) = 24+204+246=474 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.06% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #18CCF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CCF6 is #E73309. Grayscale: #9A9A9A. Windows color (decimal): -15151882 or 16174104. OLE color: 16174104.

HSL color Cylindrical-coordinate representation of color #18CCF6: hue angle of 191.35º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CCF6 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 204 246 -
CMYK 0.90 0.17 0 0.04
HSL 191.35º 0.93% 0.53% -
HSV(B) 191.35º 0.9% 0.96% -
XYZ 38.6 50.03 94.81 -
YUV 154.97 179.37 34.58 -
System Red Green Blue C M Y K H S L
Decimal 24 204 246 0.90 0.17 0 0.04 191.35 0.93 0.53
Hex 18 CC F6 5A 11 0 4 BF 5C 35
Octal 30 314 366 132 21 0 4 277 134 65
Binary 11000 11001100 11110110 1011010 10001 0 100 10111111 1011100 110101

Color Harmonies of #18CCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCF6

Black with #18CCF6

Text Example


Text Example

White with #18CCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,246); }

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

background-color css

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

 a { background-color: rgb(24,204,246); }

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

border-color css

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

 span { border-color: rgb(24,204,246); }

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