Html Css Color HEX #18AFEF Deep Sky Blue

📋 copy color: '#18AFEF'

red 24 ◦ green 175 ◦ blue 239

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

Shades of Deep Sky Blue #18AFEF

Tints of Deep Sky Blue #18AFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.57%

R = 5.48%
G = 39.95%
B = 54.57%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18AFEF (or 0x18AFEF) is known color: Deep Sky Blue. HEX triplet: 18, AF and EF. RGB value is (24,175,239). Sum of RGB (Red+Green+Blue) = 24+175+239=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #18AFEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AFEF is #E75010. Grayscale: #888888. Windows color (decimal): -15159313 or 15707928. OLE color: 15707928.

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

Color convert

RGB 24 175 239 -
CMYK 0.90 0.27 0 0.06
HSL 197.86º 0.87% 0.52% -
HSV(B) 197.86º 0.9% 0.94% -
XYZ 31.29 37.09 87.17 -
YUV 137.15 185.47 47.3 -
System Red Green Blue C M Y K H S L
Decimal 24 175 239 0.90 0.27 0 0.06 197.86 0.87 0.52
Hex 18 AF EF 5A 1B 0 6 C6 57 34
Octal 30 257 357 132 33 0 6 306 127 64
Binary 11000 10101111 11101111 1011010 11011 0 110 11000110 1010111 110100

Color Harmonies of #18AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFEF

Black with #18AFEF

Text Example


Text Example

White with #18AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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