#26A3D4

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

Shades of Summer Sky #26A3D4

Tints of Summer Sky #26A3D4

Color information

#26A3D4 (or 0x26A3D4) is unknown color: approx Summer Sky. HEX triplet: 26, A3 and D4. RGB value is (38,163,212). Sum of RGB (Red+Green+Blue) = 38+163+212=413 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.20% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 212 (83.20% from 255 or 51.33% from 413); Max value from RGB is 212 - color contains mainly: blue. Hex color #26A3D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A3D4 is #D95C2B. Grayscale: #828282. Windows color (decimal): -14244908 or 13935398. OLE color: 13935398.

HSL color Cylindrical-coordinate representation of color #26A3D4: hue angle of 196.9º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26A3D4 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB38163212-
CMYK0.820.2300.17
HSL196.9º69.6%49.02%-
HSV(B)196.9º82.08%83.14%-
XYZ25.7831.3666.98-
YUV131.21173.5961.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.20%
GREEN value IS 163 (64.06% from 255) = 39.47%
BLUE value IS 212 (83.20% from 255) = 51.33%
R=9.20%
G=39.47%
B=51.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal381632120.820.2300.17196.969.649.02
Hex26A3D45217011c54631
Octal462433241222702130510661
Binary1001101010001111010100101001010111010001110001011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,163,212); }

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

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

 a { background-color: rgb(38,163,212); }

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

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

 span { border-color: rgb(38,163,212); }

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