Html Css Color HEX #18B5FB Deep Sky Blue

📋 copy color: '#18B5FB'

red 24 ◦ green 181 ◦ blue 251

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

Shades of Deep Sky Blue #18B5FB

Tints of Deep Sky Blue #18B5FB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.69%

 BLUE value IS 251 (98.44% from 255) = 55.04%

R = 5.26%
G = 39.69%
B = 55.04%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18B5FB (or 0x18B5FB) is known color: Deep Sky Blue. HEX triplet: 18, B5 and FB. RGB value is (24,181,251). Sum of RGB (Red+Green+Blue) = 24+181+251=456 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.26% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #18B5FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B5FB is #E74A04. Grayscale: #8D8D8D. Windows color (decimal): -15157765 or 16495896. OLE color: 16495896.

HSL color Cylindrical-coordinate representation of color #18B5FB: hue angle of 198.5º degrees, saturation: 0.97, 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 #18B5FB is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 181 251 -
CMYK 0.90 0.28 0 0.02
HSL 198.5º 0.97% 0.54% -
HSV(B) 198.5º 0.9% 0.98% -
XYZ 34.31 40.21 97.22 -
YUV 142.04 189.49 43.81 -
System Red Green Blue C M Y K H S L
Decimal 24 181 251 0.90 0.28 0 0.02 198.5 0.97 0.54
Hex 18 B5 FB 5A 1C 0 2 C7 61 36
Octal 30 265 373 132 34 0 2 307 141 66
Binary 11000 10110101 11111011 1011010 11100 0 10 11000111 1100001 110110

Color Harmonies of #18B5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B5FB

Black with #18B5FB

Text Example


Text Example

White with #18B5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,181,251); }

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

background-color css

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

 a { background-color: rgb(24,181,251); }

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

border-color css

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

 span { border-color: rgb(24,181,251); }

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