#26b4cb

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

Shades of Summer Sky #26B4CB

Tints of Summer Sky #26B4CB

Color information

#26B4CB (or 0x26B4CB) is unknown color: approx Summer Sky. HEX triplet: 26, B4 and CB. RGB value is (38,180,203). Sum of RGB (Red+Green+Blue) = 38+180+203=421 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.03% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #26B4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26B4CB is #D94B34. Grayscale: #8B8B8B. Windows color (decimal): -14240565 or 13349926. OLE color: 13349926.

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

Color convert

RGB38180203-
CMYK0.810.1100.20
HSL188.36º68.46%47.25%-
HSV(B)188.36º81.28%79.61%-
XYZ27.937.3762.24-
YUV140.16163.4655.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.03%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 203 (79.69% from 255) = 48.22%
R=9.03%
G=42.76%
B=48.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal381802030.810.1100.20188.3668.4647.25
Hex26B4CB51B014bc442f
Octal462643131211302427410457
Binary100110101101001100101110100011011010100101111001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26b4cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,180,203); }

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

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

 a { background-color: rgb(38,180,203); }

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

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

 span { border-color: rgb(38,180,203); }

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