Html Css Color HEX #18CFF6 Deep Sky Blue

📋 copy color: '#18CFF6'

red 24 ◦ green 207 ◦ blue 246

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

Shades of Deep Sky Blue #18CFF6

Tints of Deep Sky Blue #18CFF6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.4%

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

R = 5.03%
G = 43.4%
B = 51.57%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#18CFF6 (or 0x18CFF6) is known color: Deep Sky Blue. HEX triplet: 18, CF and F6. RGB value is (24,207,246). Sum of RGB (Red+Green+Blue) = 24+207+246=477 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.03% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #18CFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CFF6 is #E73009. Grayscale: #9C9C9C. Windows color (decimal): -15151114 or 16174872. OLE color: 16174872.

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

Color convert

RGB 24 207 246 -
CMYK 0.90 0.16 0 0.04
HSL 190.54º 0.93% 0.53% -
HSV(B) 190.54º 0.9% 0.96% -
XYZ 39.32 51.47 95.05 -
YUV 156.73 178.37 33.33 -
System Red Green Blue C M Y K H S L
Decimal 24 207 246 0.90 0.16 0 0.04 190.54 0.93 0.53
Hex 18 CF F6 5A 10 0 4 BF 5C 35
Octal 30 317 366 132 20 0 4 277 134 65
Binary 11000 11001111 11110110 1011010 10000 0 100 10111111 1011100 110101

Color Harmonies of #18CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFF6

Black with #18CFF6

Text Example


Text Example

White with #18CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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