#23AED8

Color #23AED8 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #23AED8

Tints of Summer Sky #23AED8

Color information

#23AED8 (or 0x23AED8) is unknown color: approx Summer Sky. HEX triplet: 23, AE and D8. RGB value is (35,174,216). Sum of RGB (Red+Green+Blue) = 35+174+216=425 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.24% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #23AED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23AED8 is #DC5127. Grayscale: #888888. Windows color (decimal): -14438696 or 14200355. OLE color: 14200355.

HSL color Cylindrical-coordinate representation of color #23AED8: hue angle of 193.92º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23AED8 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB35174216-
CMYK0.840.1900.15
HSL193.92º72.11%49.22%-
HSV(B)193.92º83.8%84.71%-
XYZ28.2235.5970.35-
YUV137.23172.4555.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.24%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 216 (84.77% from 255) = 50.82%
R=8.24%
G=40.94%
B=50.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal351742160.840.1900.15193.9272.1149.22
Hex23AED854130Fc24831
Octal432563301242301730211061
Binary100011101011101101100010101001001101111110000101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23AED8; }

 p { color: rgb(35,174,216); }

 H1.HeaderClassName
 {
   color: #23AED8;
 }
 .AnyTagClassName
 {
   color: #23AED8;
 }
</style>
background-color css

<style>
 a { background-color: #23AED8; }

 a { background-color: rgb(35,174,216); }

 div.DivClassName
 {
   background-color: #23AED8;
 }
 .BgClassName
 {
   background-color: #23AED8;
 }
</style>
border-color css

<style>
 span { border-color: #23AED8; }

 span { border-color: rgb(35,174,216); }

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