#26A6E6

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

Shades of Summer Sky #26A6E6

Tints of Summer Sky #26A6E6

Color information

#26A6E6 (or 0x26A6E6) is unknown color: approx Summer Sky. HEX triplet: 26, A6 and E6. RGB value is (38,166,230). Sum of RGB (Red+Green+Blue) = 38+166+230=434 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.76% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #26A6E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26A6E6 is #D95919. Grayscale: #868686. Windows color (decimal): -14244122 or 15115814. OLE color: 15115814.

HSL color Cylindrical-coordinate representation of color #26A6E6: hue angle of 200º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26A6E6 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB38166230-
CMYK0.830.2800.10
HSL200º79.34%52.55%-
HSV(B)200º83.48%90.2%-
XYZ28.7233.479.8-
YUV135.02181.5958.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.76%
GREEN value IS 166 (65.23% from 255) = 38.25%
BLUE value IS 230 (90.23% from 255) = 53.00%
R=8.76%
G=38.25%
B=53.00%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal381662300.830.2800.1020079.3452.55
Hex26A6E6531C0Ac84f35
Octal462463461233401231011765
Binary100110101001101110011010100111110001010110010001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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