#269AA5

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

Shades of Pelorous #269AA5

Tints of Pelorous #269AA5

Color information

#269AA5 (or 0x269AA5) is unknown color: approx Pelorous. HEX triplet: 26, 9A and A5. RGB value is (38,154,165). Sum of RGB (Red+Green+Blue) = 38+154+165=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #269AA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269AA5 is #D9655A. Grayscale: #787878. Windows color (decimal): -14247259 or 10852902. OLE color: 10852902.

HSL color Cylindrical-coordinate representation of color #269AA5: hue angle of 185.2º 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 #269AA5 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB38154165-
CMYK0.770.0700.35
HSL185.2º62.56%39.8%-
HSV(B)185.2º76.97%64.71%-
XYZ19.1526.2439.65-
YUV120.57153.0769.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.64%
GREEN value IS 154 (60.55% from 255) = 43.14%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=10.64%
G=43.14%
B=46.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381541650.770.0700.35185.262.5639.8
Hex269AA54D7023b93f28
Octal4623224511570432717750
Binary10011010011010101001011001101111010001110111001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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