#26B1C8

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

Shades of Summer Sky #26B1C8

Tints of Summer Sky #26B1C8

Color information

#26B1C8 (or 0x26B1C8) is unknown color: approx Summer Sky. HEX triplet: 26, B1 and C8. RGB value is (38,177,200). Sum of RGB (Red+Green+Blue) = 38+177+200=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #26B1C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26B1C8 is #D94E37. Grayscale: #898989. Windows color (decimal): -14241336 or 13152550. OLE color: 13152550.

HSL color Cylindrical-coordinate representation of color #26B1C8: hue angle of 188.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26B1C8 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB38177200-
CMYK0.810.1200.22
HSL188.52º68.07%46.67%-
HSV(B)188.52º81%78.43%-
XYZ26.9536.0360.18-
YUV138.06162.9556.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.16%
GREEN value IS 177 (69.53% from 255) = 42.65%
BLUE value IS 200 (78.52% from 255) = 48.19%
R=9.16%
G=42.65%
B=48.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal381772000.810.1200.22188.5268.0746.67
Hex26B1C851C016bd442f
Octal462613101211402627510457
Binary100110101100011100100010100011100010110101111011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,177,200); }

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

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

 a { background-color: rgb(38,177,200); }

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

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

 span { border-color: rgb(38,177,200); }

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