#26A6CF

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

Shades of Summer Sky #26A6CF

Tints of Summer Sky #26A6CF

Color information

#26A6CF (or 0x26A6CF) is unknown color: approx Summer Sky. HEX triplet: 26, A6 and CF. RGB value is (38,166,207). Sum of RGB (Red+Green+Blue) = 38+166+207=411 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.25% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #26A6CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A6CF is #D95930. Grayscale: #848484. Windows color (decimal): -14244145 or 13608486. OLE color: 13608486.

HSL color Cylindrical-coordinate representation of color #26A6CF: hue angle of 194.56º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26A6CF is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB38166207-
CMYK0.820.2000.19
HSL194.56º68.98%48.04%-
HSV(B)194.56º81.64%81.18%-
XYZ25.732.1963.89-
YUV132.4170.0960.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.25%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 207 (81.25% from 255) = 50.36%
R=9.25%
G=40.39%
B=50.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal381662070.820.2000.19194.5668.9848.04
Hex26A6CF5214013c34530
Octal462463171222402330310560
Binary1001101010011011001111101001010100010011110000111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,166,207); }

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

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

 a { background-color: rgb(38,166,207); }

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

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

 span { border-color: rgb(38,166,207); }

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