#23AFEB

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

Shades of Summer Sky #23AFEB

Tints of Summer Sky #23AFEB

Color information

#23AFEB (or 0x23AFEB) is unknown color: approx Summer Sky. HEX triplet: 23, AF and EB. RGB value is (35,175,235). Sum of RGB (Red+Green+Blue) = 35+175+235=445 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.87% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #23AFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23AFEB is #DC5014. Grayscale: #8B8B8B. Windows color (decimal): -14438421 or 15445795. OLE color: 15445795.

HSL color Cylindrical-coordinate representation of color #23AFEB: hue angle of 198º 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 #23AFEB is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB35175235-
CMYK0.850.2600.08
HSL198º83.33%52.94%-
HSV(B)198º85.11%92.16%-
XYZ31.0237.0284.11-
YUV139.98181.6253.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.87%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 235 (92.19% from 255) = 52.81%
R=7.87%
G=39.33%
B=52.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal351752350.850.2600.0819883.3352.94
Hex23AFEB551A08c65335
Octal432573531253201030612365
Binary100011101011111110101110101011101001000110001101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,175,235); }

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

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

 a { background-color: rgb(35,175,235); }

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

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

 span { border-color: rgb(35,175,235); }

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