#269AA7

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

Shades of Pelorous #269AA7

Tints of Pelorous #269AA7

Color information

#269AA7 (or 0x269AA7) is unknown color: approx Pelorous. HEX triplet: 26, 9A and A7. RGB value is (38,154,167). Sum of RGB (Red+Green+Blue) = 38+154+167=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 167 - color contains mainly: blue. Hex color #269AA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269AA7 is #D96558. Grayscale: #787878. Windows color (decimal): -14247257 or 10983974. OLE color: 10983974.

HSL color Cylindrical-coordinate representation of color #269AA7: hue angle of 186.05º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #269AA7 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB38154167-
CMYK0.770.0800.35
HSL186.05º62.93%40.2%-
HSV(B)186.05º77.25%65.49%-
XYZ19.3326.3140.62-
YUV120.8154.0768.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.58%
GREEN value IS 154 (60.55% from 255) = 42.90%
BLUE value IS 167 (65.62% from 255) = 46.52%
R=10.58%
G=42.90%
B=46.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381541670.770.0800.35186.0562.9340.2
Hex269AA74D8023ba3f28
Octal46232247115100432727750
Binary100110100110101010011110011011000010001110111010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,154,167); }

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

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

 a { background-color: rgb(38,154,167); }

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

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

 span { border-color: rgb(38,154,167); }

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