Html Css Color HEX #18A5DA Summer Sky

📋 copy color: '#18A5DA'

red 24 ◦ green 165 ◦ blue 218

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

Shades of Summer Sky #18A5DA

Tints of Summer Sky #18A5DA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

 BLUE value IS 218 (85.55% from 255) = 53.56%

R = 5.9%
G = 40.54%
B = 53.56%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#18A5DA (or 0x18A5DA) is known color: Summer Sky. HEX triplet: 18, A5 and DA. RGB value is (24,165,218). Sum of RGB (Red+Green+Blue) = 24+165+218=407 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.90% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #18A5DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A5DA is #E75A25. Grayscale: #808080. Windows color (decimal): -15161894 or 14329112. OLE color: 14329112.

HSL color Cylindrical-coordinate representation of color #18A5DA: hue angle of 196.39º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18A5DA is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 165 218 -
CMYK 0.89 0.24 0 0.15
HSL 196.39º 0.8% 0.47% -
HSV(B) 196.39º 0.89% 0.85% -
XYZ 26.49 32.17 71.14 -
YUV 128.88 178.29 53.19 -
System Red Green Blue C M Y K H S L
Decimal 24 165 218 0.89 0.24 0 0.15 196.39 0.8 0.47
Hex 18 A5 DA 59 18 0 F C4 50 2F
Octal 30 245 332 131 30 0 17 304 120 57
Binary 11000 10100101 11011010 1011001 11000 0 1111 11000100 1010000 101111

Color Harmonies of #18A5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A5DA

Black with #18A5DA

Text Example


Text Example

White with #18A5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,165,218); }

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

background-color css

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

 a { background-color: rgb(24,165,218); }

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

border-color css

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

 span { border-color: rgb(24,165,218); }

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