#26BBCC

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

Shades of Summer Sky #26BBCC

Tints of Summer Sky #26BBCC

Color information

#26BBCC (or 0x26BBCC) is unknown color: approx Summer Sky. HEX triplet: 26, BB and CC. RGB value is (38,187,204). Sum of RGB (Red+Green+Blue) = 38+187+204=429 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.86% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #26BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BBCC is #D94433. Grayscale: #909090. Windows color (decimal): -14238772 or 13417254. OLE color: 13417254.

HSL color Cylindrical-coordinate representation of color #26BBCC: hue angle of 186.14º degrees, saturation: 0.69, 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 #26BBCC is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB38187204-
CMYK0.810.0800.2
HSL186.14º68.6%47.45%-
HSV(B)186.14º81.37%80%-
XYZ29.4740.3163.35-
YUV144.39161.6452.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.86%
GREEN value IS 187 (73.44% from 255) = 43.59%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=8.86%
G=43.59%
B=47.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal381872040.810.0800.2186.1468.647.45
Hex26BBCC518014ba452f
Octal462733141211002427210557
Binary100110101110111100110010100011000010100101110101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,187,204); }

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

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

 a { background-color: rgb(38,187,204); }

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

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

 span { border-color: rgb(38,187,204); }

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