#269EC1

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

Shades of Pelorous #269EC1

Tints of Pelorous #269EC1

Color information

#269EC1 (or 0x269EC1) is unknown color: approx Pelorous. HEX triplet: 26, 9E and C1. RGB value is (38,158,193). Sum of RGB (Red+Green+Blue) = 38+158+193=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #269EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269EC1 is #D9613E. Grayscale: #7D7D7D. Windows color (decimal): -14246207 or 12688934. OLE color: 12688934.

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

Color convert

RGB38158193-
CMYK0.800.1800.24
HSL193.55º67.1%45.29%-
HSV(B)193.55º80.31%75.69%-
XYZ22.6528.7254.8-
YUV126.11165.7465.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.77%
GREEN value IS 158 (62.11% from 255) = 40.62%
BLUE value IS 193 (75.78% from 255) = 49.61%
R=9.77%
G=40.62%
B=49.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal381581930.800.1800.24193.5567.145.29
Hex269EC15012018c2432d
Octal462363011202203030210355
Binary1001101001111011000001101000010010011000110000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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