#26B2CD

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

Shades of Summer Sky #26B2CD

Tints of Summer Sky #26B2CD

Color information

#26B2CD (or 0x26B2CD) is unknown color: approx Summer Sky. HEX triplet: 26, B2 and CD. RGB value is (38,178,205). Sum of RGB (Red+Green+Blue) = 38+178+205=421 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.03% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #26B2CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26B2CD is #D94D32. Grayscale: #8A8A8A. Windows color (decimal): -14241075 or 13480486. OLE color: 13480486.

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

Color convert

RGB38178205-
CMYK0.810.1300.20
HSL189.7º68.72%47.65%-
HSV(B)189.7º81.46%80.39%-
XYZ27.7436.6663.37-
YUV139.22165.1255.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.03%
GREEN value IS 178 (69.92% from 255) = 42.28%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=9.03%
G=42.28%
B=48.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal381782050.810.1300.20189.768.7247.65
Hex26B2CD51D014be4530
Octal462623151211502427610560
Binary100110101100101100110110100011101010100101111101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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