#26AFCA

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

Shades of Summer Sky #26AFCA

Tints of Summer Sky #26AFCA

Color information

#26AFCA (or 0x26AFCA) is unknown color: approx Summer Sky. HEX triplet: 26, AF and CA. RGB value is (38,175,202). Sum of RGB (Red+Green+Blue) = 38+175+202=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #26AFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AFCA is #D95035. Grayscale: #888888. Windows color (decimal): -14241846 or 13283110. OLE color: 13283110.

HSL color Cylindrical-coordinate representation of color #26AFCA: hue angle of 189.88º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26AFCA is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB38175202-
CMYK0.810.1300.21
HSL189.88º68.33%47.06%-
HSV(B)189.88º81.19%79.22%-
XYZ26.7935.3461.29-
YUV137.11164.6157.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.16%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=9.16%
G=42.17%
B=48.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal381752020.810.1300.21189.8868.3347.06
Hex26AFCA51D015be442f
Octal462573121211502527610457
Binary100110101011111100101010100011101010101101111101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26AFCA; }

 p { color: rgb(38,175,202); }

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

<style>
 a { background-color: #26AFCA; }

 a { background-color: rgb(38,175,202); }

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

<style>
 span { border-color: #26AFCA; }

 span { border-color: rgb(38,175,202); }

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