#26B2EE

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

Shades of Summer Sky #26B2EE

Tints of Summer Sky #26B2EE

Color information

#26B2EE (or 0x26B2EE) is unknown color: approx Summer Sky. HEX triplet: 26, B2 and EE. RGB value is (38,178,238). Sum of RGB (Red+Green+Blue) = 38+178+238=454 (60% of max value = 765). Red value is 38 (15.23% from 255 or 8.37% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #26B2EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26B2EE is #D94D11. Grayscale: #8E8E8E. Windows color (decimal): -14241042 or 15643174. OLE color: 15643174.

HSL color Cylindrical-coordinate representation of color #26B2EE: hue angle of 198º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26B2EE is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB38178238-
CMYK0.840.2500.07
HSL198º85.47%54.12%-
HSV(B)198º84.03%93.33%-
XYZ32.1538.4386.61-
YUV142.98181.6253.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.37%
GREEN value IS 178 (69.92% from 255) = 39.21%
BLUE value IS 238 (93.36% from 255) = 52.42%
R=8.37%
G=39.21%
B=52.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal381782380.840.2500.0719885.4754.12
Hex26B2EE541907c65536
Octal46262356124310730612566
Binary10011010110010111011101010100110010111110001101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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