#269BB6

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

Shades of Pelorous #269BB6

Tints of Pelorous #269BB6

Color information

#269BB6 (or 0x269BB6) is unknown color: approx Pelorous. HEX triplet: 26, 9B and B6. RGB value is (38,155,182). Sum of RGB (Red+Green+Blue) = 38+155+182=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #269BB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269BB6 is #D96449. Grayscale: #7A7A7A. Windows color (decimal): -14246986 or 11967270. OLE color: 11967270.

HSL color Cylindrical-coordinate representation of color #269BB6: hue angle of 191.25º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #269BB6 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB38155182-
CMYK0.790.1500.29
HSL191.25º65.45%43.14%-
HSV(B)191.25º79.12%71.37%-
XYZ20.9627.2348.41-
YUV123.1161.2467.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.13%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 182 (71.48% from 255) = 48.53%
R=10.13%
G=41.33%
B=48.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381551820.790.1500.29191.2565.4543.14
Hex269BB64FF01Dbf412b
Octal462332661171703527710153
Binary100110100110111011011010011111111011101101111111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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