Html Css Color HEX #18BAE6 Summer Sky

📋 copy color: '#18BAE6'

red 24 ◦ green 186 ◦ blue 230

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

Shades of Summer Sky #18BAE6

Tints of Summer Sky #18BAE6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.27%

 BLUE value IS 230 (90.23% from 255) = 52.27%

R = 5.45%
G = 42.27%
B = 52.27%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#18BAE6 (or 0x18BAE6) is known color: Summer Sky. HEX triplet: 18, BA and E6. RGB value is (24,186,230). Sum of RGB (Red+Green+Blue) = 24+186+230=440 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.45% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #18BAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BAE6 is #E74519. Grayscale: #8E8E8E. Windows color (decimal): -15156506 or 15120920. OLE color: 15120920.

HSL color Cylindrical-coordinate representation of color #18BAE6: hue angle of 192.82º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BAE6 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 24 186 230 -
CMYK 0.90 0.19 0 0.10
HSL 192.82º 0.81% 0.5% -
HSV(B) 192.82º 0.9% 0.9% -
XYZ 32.22 41.03 81.08 -
YUV 142.58 177.33 43.42 -
System Red Green Blue C M Y K H S L
Decimal 24 186 230 0.90 0.19 0 0.10 192.82 0.81 0.5
Hex 18 BA E6 5A 13 0 A C1 51 32
Octal 30 272 346 132 23 0 12 301 121 62
Binary 11000 10111010 11100110 1011010 10011 0 1010 11000001 1010001 110010

Color Harmonies of #18BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BAE6

Black with #18BAE6

Text Example


Text Example

White with #18BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,186,230); }

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

background-color css

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

 a { background-color: rgb(24,186,230); }

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

border-color css

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

 span { border-color: rgb(24,186,230); }

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