#269bac

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

Shades of Pelorous #269BAC

Tints of Pelorous #269BAC

Color information

#269BAC (or 0x269BAC) is unknown color: approx Pelorous. HEX triplet: 26, 9B and AC. RGB value is (38,155,172). Sum of RGB (Red+Green+Blue) = 38+155+172=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #269BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269BAC is #D96453. Grayscale: #797979. Windows color (decimal): -14246996 or 11311910. OLE color: 11311910.

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

Color convert

RGB38155172-
CMYK0.780.1000.33
HSL187.61º63.81%41.18%-
HSV(B)187.61º77.91%67.45%-
XYZ19.9726.8343.16-
YUV121.96156.2468.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.41%
GREEN value IS 155 (60.94% from 255) = 42.47%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=10.41%
G=42.47%
B=47.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381551720.780.1000.33187.6163.8141.18
Hex269BAC4EA021bc4029
Octal462332541161204127410051
Binary1001101001101110101100100111010100100001101111001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269bac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,155,172); }

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

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

 a { background-color: rgb(38,155,172); }

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

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

 span { border-color: rgb(38,155,172); }

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