#269ABD

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

Shades of Pelorous #269ABD

Tints of Pelorous #269ABD

Color information

#269ABD (or 0x269ABD) is unknown color: approx Pelorous. HEX triplet: 26, 9A and BD. RGB value is (38,154,189). Sum of RGB (Red+Green+Blue) = 38+154+189=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #269ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269ABD is #D96542. Grayscale: #7B7B7B. Windows color (decimal): -14247235 or 12425766. OLE color: 12425766.

HSL color Cylindrical-coordinate representation of color #269ABD: hue angle of 193.91º 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 #269ABD is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB38154189-
CMYK0.800.1900.26
HSL193.91º66.52%44.51%-
HSV(B)193.91º79.89%74.12%-
XYZ21.5427.252.26-
YUV123.31165.0767.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.97%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=9.97%
G=40.42%
B=49.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381541890.800.1900.26193.9166.5244.51
Hex269ABD501301Ac2432d
Octal462322751202303230210355
Binary1001101001101010111101101000010011011010110000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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