#26B2CE

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

Shades of Summer Sky #26B2CE

Tints of Summer Sky #26B2CE

Color information

#26B2CE (or 0x26B2CE) is unknown color: approx Summer Sky. HEX triplet: 26, B2 and CE. RGB value is (38,178,206). Sum of RGB (Red+Green+Blue) = 38+178+206=422 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.00% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #26B2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26B2CE is #D94D31. Grayscale: #8B8B8B. Windows color (decimal): -14241074 or 13546022. OLE color: 13546022.

HSL color Cylindrical-coordinate representation of color #26B2CE: hue angle of 190º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26B2CE is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB38178206-
CMYK0.820.1400.19
HSL190º68.85%47.84%-
HSV(B)190º81.55%80.78%-
XYZ27.8636.7164.01-
YUV139.33165.6255.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.00%
GREEN value IS 178 (69.92% from 255) = 42.18%
BLUE value IS 206 (80.86% from 255) = 48.82%
R=9.00%
G=42.18%
B=48.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal381782060.820.1400.1919068.8547.84
Hex26B2CE52E013be4530
Octal462623161221602327610560
Binary100110101100101100111010100101110010011101111101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,178,206); }

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

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

 a { background-color: rgb(38,178,206); }

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

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

 span { border-color: rgb(38,178,206); }

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