Html Css Color HEX #18BDE4 Summer Sky

📋 copy color: '#18BDE4'

red 24 ◦ green 189 ◦ blue 228

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

Shades of Summer Sky #18BDE4

Tints of Summer Sky #18BDE4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.86%

 BLUE value IS 228 (89.45% from 255) = 51.7%

R = 5.44%
G = 42.86%
B = 51.7%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#18BDE4 (or 0x18BDE4) is known color: Summer Sky. HEX triplet: 18, BD and E4. RGB value is (24,189,228). Sum of RGB (Red+Green+Blue) = 24+189+228=441 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.44% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 228 (89.45% from 255 or 51.70% from 441); Max value from RGB is 228 - color contains mainly: blue. Hex color #18BDE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BDE4 is #E7421B. Grayscale: #8F8F8F. Windows color (decimal): -15155740 or 14990616. OLE color: 14990616.

HSL color Cylindrical-coordinate representation of color #18BDE4: hue angle of 191.47º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BDE4 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 24 189 228 -
CMYK 0.89 0.17 0 0.11
HSL 191.47º 0.81% 0.49% -
HSV(B) 191.47º 0.89% 0.89% -
XYZ 32.58 42.19 79.83 -
YUV 144.11 175.34 42.33 -
System Red Green Blue C M Y K H S L
Decimal 24 189 228 0.89 0.17 0 0.11 191.47 0.81 0.49
Hex 18 BD E4 59 11 0 B BF 51 31
Octal 30 275 344 131 21 0 13 277 121 61
Binary 11000 10111101 11100100 1011001 10001 0 1011 10111111 1010001 110001

Color Harmonies of #18BDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BDE4

Black with #18BDE4

Text Example


Text Example

White with #18BDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,189,228); }

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

background-color css

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

 a { background-color: rgb(24,189,228); }

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

border-color css

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

 span { border-color: rgb(24,189,228); }

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