#269DA7

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

Shades of Pelorous #269DA7

Tints of Pelorous #269DA7

Color information

#269DA7 (or 0x269DA7) is unknown color: approx Pelorous. HEX triplet: 26, 9D and A7. RGB value is (38,157,167). Sum of RGB (Red+Green+Blue) = 38+157+167=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 167 - color contains mainly: blue. Hex color #269DA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269DA7 is #D96258. Grayscale: #7A7A7A. Windows color (decimal): -14246489 or 10984742. OLE color: 10984742.

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

Color convert

RGB38157167-
CMYK0.770.0600.35
HSL184.65º62.93%40.2%-
HSV(B)184.65º77.25%65.49%-
XYZ19.8327.3240.79-
YUV122.56153.0867.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.50%
GREEN value IS 157 (61.72% from 255) = 43.37%
BLUE value IS 167 (65.62% from 255) = 46.13%
R=10.50%
G=43.37%
B=46.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381571670.770.0600.35184.6562.9340.2
Hex269DA74D6023b93f28
Octal4623524711560432717750
Binary10011010011101101001111001101110010001110111001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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