Html Css Color HEX #18B5F1 Deep Sky Blue

📋 copy color: '#18B5F1'

red 24 ◦ green 181 ◦ blue 241

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

Shades of Deep Sky Blue #18B5F1

Tints of Deep Sky Blue #18B5F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.04%

R = 5.38%
G = 40.58%
B = 54.04%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#18B5F1 (or 0x18B5F1) is known color: Deep Sky Blue. HEX triplet: 18, B5 and F1. RGB value is (24,181,241). Sum of RGB (Red+Green+Blue) = 24+181+241=446 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.38% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #18B5F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B5F1 is #E74A0E. Grayscale: #8C8C8C. Windows color (decimal): -15157775 or 15840536. OLE color: 15840536.

HSL color Cylindrical-coordinate representation of color #18B5F1: hue angle of 196.59º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B5F1 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 181 241 -
CMYK 0.90 0.25 0 0.05
HSL 196.59º 0.89% 0.52% -
HSV(B) 196.59º 0.9% 0.95% -
XYZ 32.78 39.59 89.13 -
YUV 140.9 184.49 44.62 -
System Red Green Blue C M Y K H S L
Decimal 24 181 241 0.90 0.25 0 0.05 196.59 0.89 0.52
Hex 18 B5 F1 5A 19 0 5 C5 59 34
Octal 30 265 361 132 31 0 5 305 131 64
Binary 11000 10110101 11110001 1011010 11001 0 101 11000101 1011001 110100

Color Harmonies of #18B5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B5F1

Black with #18B5F1

Text Example


Text Example

White with #18B5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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