Html Css Color HEX #18AFDE Summer Sky

📋 copy color: '#18AFDE'

red 24 ◦ green 175 ◦ blue 222

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

Shades of Summer Sky #18AFDE

Tints of Summer Sky #18AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.73%

R = 5.7%
G = 41.57%
B = 52.73%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18AFDE (or 0x18AFDE) is known color: Summer Sky. HEX triplet: 18, AF and DE. RGB value is (24,175,222). Sum of RGB (Red+Green+Blue) = 24+175+222=421 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.70% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #18AFDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFDE is #E75021. Grayscale: #868686. Windows color (decimal): -15159330 or 14593816. OLE color: 14593816.

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

Color convert

RGB 24 175 222 -
CMYK 0.89 0.21 0 0.13
HSL 194.24º 0.8% 0.48% -
HSV(B) 194.24º 0.89% 0.87% -
XYZ 28.89 36.13 74.56 -
YUV 135.21 176.97 48.68 -
System Red Green Blue C M Y K H S L
Decimal 24 175 222 0.89 0.21 0 0.13 194.24 0.8 0.48
Hex 18 AF DE 59 15 0 D C2 50 30
Octal 30 257 336 131 25 0 15 302 120 60
Binary 11000 10101111 11011110 1011001 10101 0 1101 11000010 1010000 110000

Color Harmonies of #18AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFDE

Black with #18AFDE

Text Example


Text Example

White with #18AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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