#269EBD

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

Shades of Pelorous #269EBD

Tints of Pelorous #269EBD

Color information

#269EBD (or 0x269EBD) is unknown color: approx Pelorous. HEX triplet: 26, 9E and BD. RGB value is (38,158,189). Sum of RGB (Red+Green+Blue) = 38+158+189=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #269EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269EBD is #D96142. Grayscale: #7D7D7D. Windows color (decimal): -14246211 or 12426790. OLE color: 12426790.

HSL color Cylindrical-coordinate representation of color #269EBD: hue angle of 192.32º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #269EBD is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB38158189-
CMYK0.800.1600.26
HSL192.32º66.52%44.51%-
HSV(B)192.32º79.89%74.12%-
XYZ22.2128.5452.48-
YUV125.65163.7465.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.87%
GREEN value IS 158 (62.11% from 255) = 41.04%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=9.87%
G=41.04%
B=49.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381581890.800.1600.26192.3266.5244.51
Hex269EBD501001Ac0432d
Octal462362751202003230010355
Binary1001101001111010111101101000010000011010110000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,158,189); }

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

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

 a { background-color: rgb(38,158,189); }

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

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

 span { border-color: rgb(38,158,189); }

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