#23A7CC

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

Shades of Summer Sky #23A7CC

Tints of Summer Sky #23A7CC

Color information

#23A7CC (or 0x23A7CC) is unknown color: approx Summer Sky. HEX triplet: 23, A7 and CC. RGB value is (35,167,204). Sum of RGB (Red+Green+Blue) = 35+167+204=406 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.62% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #23A7CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A7CC is #DC5833. Grayscale: #838383. Windows color (decimal): -14440500 or 13412131. OLE color: 13412131.

HSL color Cylindrical-coordinate representation of color #23A7CC: hue angle of 193.14º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23A7CC is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB35167204-
CMYK0.830.1800.2
HSL193.14º70.71%46.86%-
HSV(B)193.14º82.84%80%-
XYZ25.4132.3562.03-
YUV131.75168.7758.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.62%
GREEN value IS 167 (65.62% from 255) = 41.13%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=8.62%
G=41.13%
B=50.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal351672040.830.1800.2193.1470.7146.86
Hex23A7CC5312014c1472f
Octal432473141232202430110757
Binary1000111010011111001100101001110010010100110000011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,167,204); }

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

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

 a { background-color: rgb(35,167,204); }

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

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

 span { border-color: rgb(35,167,204); }

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