Html Css Color HEX #18AFF0 Deep Sky Blue

📋 copy color: '#18AFF0'

red 24 ◦ green 175 ◦ blue 240

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

Shades of Deep Sky Blue #18AFF0

Tints of Deep Sky Blue #18AFF0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.86%

 BLUE value IS 240 (94.14% from 255) = 54.67%

R = 5.47%
G = 39.86%
B = 54.67%

CMYK

 C value IS 0.9

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18AFF0 (or 0x18AFF0) is known color: Deep Sky Blue. HEX triplet: 18, AF and F0. RGB value is (24,175,240). Sum of RGB (Red+Green+Blue) = 24+175+240=439 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.47% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #18AFF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AFF0 is #E7500F. Grayscale: #888888. Windows color (decimal): -15159312 or 15773464. OLE color: 15773464.

HSL color Cylindrical-coordinate representation of color #18AFF0: hue angle of 198.06º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AFF0 is Cyan = 0.9, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 175 240 -
CMYK 0.9 0.27 0 0.06
HSL 198.06º 0.88% 0.52% -
HSV(B) 198.06º 0.9% 0.94% -
XYZ 31.43 37.15 87.95 -
YUV 137.26 185.97 47.21 -
System Red Green Blue C M Y K H S L
Decimal 24 175 240 0.9 0.27 0 0.06 198.06 0.88 0.52
Hex 18 AF F0 5A 1B 0 6 C6 58 34
Octal 30 257 360 132 33 0 6 306 130 64
Binary 11000 10101111 11110000 1011010 11011 0 110 11000110 1011000 110100

Color Harmonies of #18AFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFF0

Black with #18AFF0

Text Example


Text Example

White with #18AFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,175,240); }

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

background-color css

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

 a { background-color: rgb(24,175,240); }

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

border-color css

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

 span { border-color: rgb(24,175,240); }

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