#26BCDF

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

Shades of Summer Sky #26BCDF

Tints of Summer Sky #26BCDF

Color information

#26BCDF (or 0x26BCDF) is unknown color: approx Summer Sky. HEX triplet: 26, BC and DF. RGB value is (38,188,223). Sum of RGB (Red+Green+Blue) = 38+188+223=449 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.46% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #26BCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BCDF is #D94320. Grayscale: #929292. Windows color (decimal): -14238497 or 14662694. OLE color: 14662694.

HSL color Cylindrical-coordinate representation of color #26BCDF: hue angle of 191.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26BCDF is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB38188223-
CMYK0.830.1600.13
HSL191.35º74.3%51.18%-
HSV(B)191.35º82.96%87.45%-
XYZ32.141.7176.17-
YUV147.14170.850.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.46%
GREEN value IS 188 (73.83% from 255) = 41.87%
BLUE value IS 223 (87.5% from 255) = 49.67%
R=8.46%
G=41.87%
B=49.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal381882230.830.1600.13191.3574.351.18
Hex26BCDF53100Dbf4a33
Octal462743371232001527711263
Binary100110101111001101111110100111000001101101111111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,188,223); }

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

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

 a { background-color: rgb(38,188,223); }

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

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

 span { border-color: rgb(38,188,223); }

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