Html Css Color HEX #18AFEA Summer Sky

📋 copy color: '#18AFEA'

red 24 ◦ green 175 ◦ blue 234

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

Shades of Summer Sky #18AFEA

Tints of Summer Sky #18AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.04%

R = 5.54%
G = 40.42%
B = 54.04%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18AFEA (or 0x18AFEA) is known color: Summer Sky. HEX triplet: 18, AF and EA. RGB value is (24,175,234). Sum of RGB (Red+Green+Blue) = 24+175+234=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #18AFEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AFEA is #E75015. Grayscale: #888888. Windows color (decimal): -15159318 or 15380248. OLE color: 15380248.

HSL color Cylindrical-coordinate representation of color #18AFEA: hue angle of 196.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AFEA is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 175 234 -
CMYK 0.90 0.25 0 0.08
HSL 196.86º 0.83% 0.51% -
HSV(B) 196.86º 0.9% 0.92% -
XYZ 30.56 36.79 83.33 -
YUV 136.58 182.97 47.7 -
System Red Green Blue C M Y K H S L
Decimal 24 175 234 0.90 0.25 0 0.08 196.86 0.83 0.51
Hex 18 AF EA 5A 19 0 8 C5 53 33
Octal 30 257 352 132 31 0 10 305 123 63
Binary 11000 10101111 11101010 1011010 11001 0 1000 11000101 1010011 110011

Color Harmonies of #18AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFEA

Black with #18AFEA

Text Example


Text Example

White with #18AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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