#26B0CA

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

Shades of Summer Sky #26B0CA

Tints of Summer Sky #26B0CA

Color information

#26B0CA (or 0x26B0CA) is unknown color: approx Summer Sky. HEX triplet: 26, B0 and CA. RGB value is (38,176,202). Sum of RGB (Red+Green+Blue) = 38+176+202=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #26B0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26B0CA is #D94F35. Grayscale: #898989. Windows color (decimal): -14241590 or 13283366. OLE color: 13283366.

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

Color convert

RGB38176202-
CMYK0.810.1300.21
HSL189.51º68.33%47.06%-
HSV(B)189.51º81.19%79.22%-
XYZ26.9935.7361.35-
YUV137.7164.2856.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.13%
GREEN value IS 176 (69.14% from 255) = 42.31%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=9.13%
G=42.31%
B=48.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal381762020.810.1300.21189.5168.3347.06
Hex26B0CA51D015be442f
Octal462603121211502527610457
Binary100110101100001100101010100011101010101101111101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,176,202); }

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

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

 a { background-color: rgb(38,176,202); }

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

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

 span { border-color: rgb(38,176,202); }

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