Html Css Color HEX #18AADF Summer Sky

📋 copy color: '#18AADF'

red 24 ◦ green 170 ◦ blue 223

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

Shades of Summer Sky #18AADF

Tints of Summer Sky #18AADF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 5.76%
G = 40.77%
B = 53.48%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18AADF (or 0x18AADF) is known color: Summer Sky. HEX triplet: 18, AA and DF. RGB value is (24,170,223). Sum of RGB (Red+Green+Blue) = 24+170+223=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #18AADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AADF is #E75520. Grayscale: #848484. Windows color (decimal): -15160609 or 14658072. OLE color: 14658072.

HSL color Cylindrical-coordinate representation of color #18AADF: hue angle of 195.98º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18AADF is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 170 223 -
CMYK 0.89 0.24 0 0.13
HSL 195.98º 0.81% 0.48% -
HSV(B) 195.98º 0.89% 0.87% -
XYZ 28.07 34.27 74.95 -
YUV 132.39 179.13 50.69 -
System Red Green Blue C M Y K H S L
Decimal 24 170 223 0.89 0.24 0 0.13 195.98 0.81 0.48
Hex 18 AA DF 59 18 0 D C4 51 30
Octal 30 252 337 131 30 0 15 304 121 60
Binary 11000 10101010 11011111 1011001 11000 0 1101 11000100 1010001 110000

Color Harmonies of #18AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AADF

Black with #18AADF

Text Example


Text Example

White with #18AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,170,223); }

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

background-color css

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

 a { background-color: rgb(24,170,223); }

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

border-color css

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

 span { border-color: rgb(24,170,223); }

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