#269DAB

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

Shades of Pelorous #269DAB

Tints of Pelorous #269DAB

Color information

#269DAB (or 0x269DAB) is unknown color: approx Pelorous. HEX triplet: 26, 9D and AB. RGB value is (38,157,171). Sum of RGB (Red+Green+Blue) = 38+157+171=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #269DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269DAB is #D96254. Grayscale: #7A7A7A. Windows color (decimal): -14246485 or 11246886. OLE color: 11246886.

HSL color Cylindrical-coordinate representation of color #269DAB: hue angle of 186.32º 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 #269DAB is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB38157171-
CMYK0.780.0800.33
HSL186.32º63.64%40.98%-
HSV(B)186.32º77.78%67.06%-
XYZ20.2127.4742.76-
YUV123.01155.0867.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.38%
GREEN value IS 157 (61.72% from 255) = 42.90%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=10.38%
G=42.90%
B=46.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381571710.780.0800.33186.3263.6440.98
Hex269DAB4E8021ba4029
Octal462352531161004127210051
Binary1001101001110110101011100111010000100001101110101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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