#269CAB

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

Shades of Pelorous #269CAB

Tints of Pelorous #269CAB

Color information

#269CAB (or 0x269CAB) is unknown color: approx Pelorous. HEX triplet: 26, 9C and AB. RGB value is (38,156,171). Sum of RGB (Red+Green+Blue) = 38+156+171=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #269CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269CAB is #D96354. Grayscale: #7A7A7A. Windows color (decimal): -14246741 or 11246630. OLE color: 11246630.

HSL color Cylindrical-coordinate representation of color #269CAB: hue angle of 186.77º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #269CAB is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB38156171-
CMYK0.780.0900.33
HSL186.77º63.64%40.98%-
HSV(B)186.77º77.78%67.06%-
XYZ20.0427.1342.71-
YUV122.43155.4167.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.41%
GREEN value IS 156 (61.33% from 255) = 42.74%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=10.41%
G=42.74%
B=46.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381561710.780.0900.33186.7763.6440.98
Hex269CAB4E9021bb4029
Octal462342531161104127310051
Binary1001101001110010101011100111010010100001101110111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269CAB; }

 p { color: rgb(38,156,171); }

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

<style>
 a { background-color: #269CAB; }

 a { background-color: rgb(38,156,171); }

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

<style>
 span { border-color: #269CAB; }

 span { border-color: rgb(38,156,171); }

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