#26A5D2

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

Shades of Summer Sky #26A5D2

Tints of Summer Sky #26A5D2

Color information

#26A5D2 (or 0x26A5D2) is unknown color: approx Summer Sky. HEX triplet: 26, A5 and D2. RGB value is (38,165,210). Sum of RGB (Red+Green+Blue) = 38+165+210=413 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.20% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 210 (82.42% from 255 or 50.85% from 413); Max value from RGB is 210 - color contains mainly: blue. Hex color #26A5D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A5D2 is #D95A2D. Grayscale: #838383. Windows color (decimal): -14244398 or 13804838. OLE color: 13804838.

HSL color Cylindrical-coordinate representation of color #26A5D2: hue angle of 195.7º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26A5D2 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB38165210-
CMYK0.820.2100.18
HSL195.7º69.35%48.63%-
HSV(B)195.7º81.9%82.35%-
XYZ25.8931.9865.78-
YUV132.16171.9260.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.20%
GREEN value IS 165 (64.84% from 255) = 39.95%
BLUE value IS 210 (82.42% from 255) = 50.85%
R=9.20%
G=39.95%
B=50.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal381652100.820.2100.18195.769.3548.63
Hex26A5D25215012c44531
Octal462453221222502230410561
Binary1001101010010111010010101001010101010010110001001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,165,210); }

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

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

 a { background-color: rgb(38,165,210); }

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

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

 span { border-color: rgb(38,165,210); }

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