#23A5EA

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

Shades of Summer Sky #23A5EA

Tints of Summer Sky #23A5EA

Color information

#23A5EA (or 0x23A5EA) is unknown color: approx Summer Sky. HEX triplet: 23, A5 and EA. RGB value is (35,165,234). Sum of RGB (Red+Green+Blue) = 35+165+234=434 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.06% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #23A5EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23A5EA is #DC5A15. Grayscale: #858585. Windows color (decimal): -14440982 or 15377699. OLE color: 15377699.

HSL color Cylindrical-coordinate representation of color #23A5EA: hue angle of 200.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23A5EA is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB35165234-
CMYK0.850.2900.08
HSL200.8º82.57%52.75%-
HSV(B)200.8º85.04%91.76%-
XYZ2933.2182.72-
YUV134184.4357.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.06%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 234 (91.80% from 255) = 53.92%
R=8.06%
G=38.02%
B=53.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal351652340.850.2900.08200.882.5752.75
Hex23A5EA551D08c95335
Octal432453521253501031112365
Binary100011101001011110101010101011110101000110010011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,165,234); }

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

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

 a { background-color: rgb(35,165,234); }

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

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

 span { border-color: rgb(35,165,234); }

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