Html Css Color HEX #18AFFF Deep Sky Blue

📋 copy color: '#18AFFF'

red 24 ◦ green 175 ◦ blue 255

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

Shades of Deep Sky Blue #18AFFF

Tints of Deep Sky Blue #18AFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.17%

R = 5.29%
G = 38.55%
B = 56.17%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#18AFFF (or 0x18AFFF) is known color: Deep Sky Blue. HEX triplet: 18, AF and FF. RGB value is (24,175,255). Sum of RGB (Red+Green+Blue) = 24+175+255=454 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.29% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #18AFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AFFF is #E75000. Grayscale: #8A8A8A. Windows color (decimal): -15159297 or 16756504. OLE color: 16756504.

HSL color Cylindrical-coordinate representation of color #18AFFF: hue angle of 200.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18AFFF is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 175 255 -
CMYK 0.91 0.31 0 0
HSL 200.78º 1% 0.55% -
HSV(B) 200.78º 0.91% 1% -
XYZ 33.76 38.07 100.18 -
YUV 138.97 193.47 46 -
System Red Green Blue C M Y K H S L
Decimal 24 175 255 0.91 0.31 0 0 200.78 1 0.55
Hex 18 AF FF 5B 1F 0 0 C9 64 37
Octal 30 257 377 133 37 0 0 311 144 67
Binary 11000 10101111 11111111 1011011 11111 0 0 11001001 1100100 110111

Color Harmonies of #18AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFFF

Black with #18AFFF

Text Example


Text Example

White with #18AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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