#26A1EB

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

Shades of Summer Sky #26A1EB

Tints of Summer Sky #26A1EB

Color information

#26A1EB (or 0x26A1EB) is unknown color: approx Summer Sky. HEX triplet: 26, A1 and EB. RGB value is (38,161,235). Sum of RGB (Red+Green+Blue) = 38+161+235=434 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.76% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #26A1EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26A1EB is #D95E14. Grayscale: #848484. Windows color (decimal): -14245397 or 15442214. OLE color: 15442214.

HSL color Cylindrical-coordinate representation of color #26A1EB: hue angle of 202.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26A1EB is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB38161235-
CMYK0.840.3100.08
HSL202.54º83.12%53.53%-
HSV(B)202.54º83.83%92.16%-
XYZ28.5431.983.25-
YUV132.66185.7560.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.76%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 235 (92.19% from 255) = 54.15%
R=8.76%
G=37.10%
B=54.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal381612350.840.3100.08202.5483.1253.53
Hex26A1EB541F08cb5336
Octal462413531243701031312366
Binary100110101000011110101110101001111101000110010111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,161,235); }

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

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

 a { background-color: rgb(38,161,235); }

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

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

 span { border-color: rgb(38,161,235); }

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