Html Css Color HEX #18ACF1 Deep Sky Blue

📋 copy color: '#18ACF1'

red 24 ◦ green 172 ◦ blue 241

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

Shades of Deep Sky Blue #18ACF1

Tints of Deep Sky Blue #18ACF1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.36%

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

R = 5.49%
G = 39.36%
B = 55.15%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#18ACF1 (or 0x18ACF1) is known color: Deep Sky Blue. HEX triplet: 18, AC and F1. RGB value is (24,172,241). Sum of RGB (Red+Green+Blue) = 24+172+241=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #18ACF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ACF1 is #E7530E. Grayscale: #878787. Windows color (decimal): -15160079 or 15838232. OLE color: 15838232.

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

Color convert

RGB 24 172 241 -
CMYK 0.90 0.29 0 0.05
HSL 199.08º 0.89% 0.52% -
HSV(B) 199.08º 0.9% 0.95% -
XYZ 31.01 36.05 88.54 -
YUV 135.61 187.47 48.39 -
System Red Green Blue C M Y K H S L
Decimal 24 172 241 0.90 0.29 0 0.05 199.08 0.89 0.52
Hex 18 AC F1 5A 1D 0 5 C7 59 34
Octal 30 254 361 132 35 0 5 307 131 64
Binary 11000 10101100 11110001 1011010 11101 0 101 11000111 1011001 110100

Color Harmonies of #18ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ACF1

Black with #18ACF1

Text Example


Text Example

White with #18ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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