Html Css Color HEX #18AEEB Summer Sky

📋 copy color: '#18AEEB'

red 24 ◦ green 174 ◦ blue 235

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

Shades of Summer Sky #18AEEB

Tints of Summer Sky #18AEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.18%

 BLUE value IS 235 (92.19% from 255) = 54.27%

R = 5.54%
G = 40.18%
B = 54.27%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18AEEB (or 0x18AEEB) is known color: Summer Sky. HEX triplet: 18, AE and EB. RGB value is (24,174,235). Sum of RGB (Red+Green+Blue) = 24+174+235=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #18AEEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AEEB is #E75114. Grayscale: #878787. Windows color (decimal): -15159573 or 15445528. OLE color: 15445528.

HSL color Cylindrical-coordinate representation of color #18AEEB: hue angle of 197.35º degrees, saturation: 0.84, 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 #18AEEB is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 174 235 -
CMYK 0.90 0.26 0 0.08
HSL 197.35º 0.84% 0.51% -
HSV(B) 197.35º 0.9% 0.92% -
XYZ 30.51 36.46 84.03 -
YUV 136.1 183.81 48.04 -
System Red Green Blue C M Y K H S L
Decimal 24 174 235 0.90 0.26 0 0.08 197.35 0.84 0.51
Hex 18 AE EB 5A 1A 0 8 C5 54 33
Octal 30 256 353 132 32 0 10 305 124 63
Binary 11000 10101110 11101011 1011010 11010 0 1000 11000101 1010100 110011

Color Harmonies of #18AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AEEB

Black with #18AEEB

Text Example


Text Example

White with #18AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,174,235); }

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

background-color css

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

 a { background-color: rgb(24,174,235); }

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

border-color css

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

 span { border-color: rgb(24,174,235); }

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