#26AFC6

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

Shades of Pelorous #26AFC6

Tints of Pelorous #26AFC6

Color information

#26AFC6 (or 0x26AFC6) is unknown color: approx Pelorous. HEX triplet: 26, AF and C6. RGB value is (38,175,198). Sum of RGB (Red+Green+Blue) = 38+175+198=411 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.25% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #26AFC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AFC6 is #D95039. Grayscale: #888888. Windows color (decimal): -14241850 or 13020966. OLE color: 13020966.

HSL color Cylindrical-coordinate representation of color #26AFC6: hue angle of 188.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26AFC6 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB38175198-
CMYK0.810.1200.22
HSL188.62º67.8%46.27%-
HSV(B)188.62º80.81%77.65%-
XYZ26.3235.1558.82-
YUV136.66162.6157.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.25%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 198 (77.73% from 255) = 48.18%
R=9.25%
G=42.58%
B=48.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal381751980.810.1200.22188.6267.846.27
Hex26AFC651C016bd442e
Octal462573061211402627510456
Binary100110101011111100011010100011100010110101111011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,175,198); }

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

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

 a { background-color: rgb(38,175,198); }

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

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

 span { border-color: rgb(38,175,198); }

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