#26BBD8

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

Shades of Summer Sky #26BBD8

Tints of Summer Sky #26BBD8

Color information

#26BBD8 (or 0x26BBD8) is unknown color: approx Summer Sky. HEX triplet: 26, BB and D8. RGB value is (38,187,216). Sum of RGB (Red+Green+Blue) = 38+187+216=441 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.62% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #26BBD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BBD8 is #D94427. Grayscale: #919191. Windows color (decimal): -14238760 or 14203686. OLE color: 14203686.

HSL color Cylindrical-coordinate representation of color #26BBD8: hue angle of 189.78º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26BBD8 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB38187216-
CMYK0.820.1300.15
HSL189.78º70.08%49.8%-
HSV(B)189.78º82.41%84.71%-
XYZ30.9640.9171.23-
YUV145.76167.6451.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.62%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 216 (84.77% from 255) = 48.98%
R=8.62%
G=42.40%
B=48.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal381872160.820.1300.15189.7870.0849.8
Hex26BBD852D0Fbe4632
Octal462733301221501727610662
Binary10011010111011110110001010010110101111101111101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,187,216); }

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

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

 a { background-color: rgb(38,187,216); }

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

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

 span { border-color: rgb(38,187,216); }

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