Html Css Color HEX #18B9FC Deep Sky Blue

📋 copy color: '#18B9FC'

red 24 ◦ green 185 ◦ blue 252

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

Shades of Deep Sky Blue #18B9FC

Tints of Deep Sky Blue #18B9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

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

R = 5.21%
G = 40.13%
B = 54.66%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18B9FC (or 0x18B9FC) is known color: Deep Sky Blue. HEX triplet: 18, B9 and FC. RGB value is (24,185,252). Sum of RGB (Red+Green+Blue) = 24+185+252=461 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.21% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #18B9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B9FC is #E74603. Grayscale: #909090. Windows color (decimal): -15156740 or 16562456. OLE color: 16562456.

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

Color convert

RGB 24 185 252 -
CMYK 0.90 0.27 0 0.01
HSL 197.63º 0.97% 0.54% -
HSV(B) 197.63º 0.9% 0.99% -
XYZ 35.3 41.92 98.33 -
YUV 144.5 188.66 42.05 -
System Red Green Blue C M Y K H S L
Decimal 24 185 252 0.90 0.27 0 0.01 197.63 0.97 0.54
Hex 18 B9 FC 5A 1B 0 1 C6 61 36
Octal 30 271 374 132 33 0 1 306 141 66
Binary 11000 10111001 11111100 1011010 11011 0 1 11000110 1100001 110110

Color Harmonies of #18B9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B9FC

Black with #18B9FC

Text Example


Text Example

White with #18B9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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