Html Css Color HEX #18ACDD Summer Sky

📋 copy color: '#18ACDD'

red 24 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #18ACDD

Tints of Summer Sky #18ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 5.76%
G = 41.25%
B = 53%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18ACDD (or 0x18ACDD) is known color: Summer Sky. HEX triplet: 18, AC and DD. RGB value is (24,172,221). Sum of RGB (Red+Green+Blue) = 24+172+221=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #18ACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ACDD is #E75322. Grayscale: #848484. Windows color (decimal): -15160099 or 14527512. OLE color: 14527512.

HSL color Cylindrical-coordinate representation of color #18ACDD: hue angle of 194.92º degrees, saturation: 0.8, 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 #18ACDD is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 172 221 -
CMYK 0.89 0.22 0 0.13
HSL 194.92º 0.8% 0.48% -
HSV(B) 194.92º 0.89% 0.87% -
XYZ 28.18 34.92 73.66 -
YUV 133.33 177.47 50.02 -
System Red Green Blue C M Y K H S L
Decimal 24 172 221 0.89 0.22 0 0.13 194.92 0.8 0.48
Hex 18 AC DD 59 16 0 D C3 50 30
Octal 30 254 335 131 26 0 15 303 120 60
Binary 11000 10101100 11011101 1011001 10110 0 1101 11000011 1010000 110000

Color Harmonies of #18ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ACDD

Black with #18ACDD

Text Example


Text Example

White with #18ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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