#269EC0

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

Shades of Pelorous #269EC0

Tints of Pelorous #269EC0

Color information

#269EC0 (or 0x269EC0) is unknown color: approx Pelorous. HEX triplet: 26, 9E and C0. RGB value is (38,158,192). Sum of RGB (Red+Green+Blue) = 38+158+192=388 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.79% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #269EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269EC0 is #D9613F. Grayscale: #7D7D7D. Windows color (decimal): -14246208 or 12623398. OLE color: 12623398.

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

Color convert

RGB38158192-
CMYK0.800.1800.25
HSL193.25º66.96%45.1%-
HSV(B)193.25º80.21%75.29%-
XYZ22.5428.6754.22-
YUV126165.2465.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.79%
GREEN value IS 158 (62.11% from 255) = 40.72%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=9.79%
G=40.72%
B=49.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381581920.800.1800.25193.2566.9645.1
Hex269EC05012019c1432d
Octal462363001202203130110355
Binary1001101001111011000000101000010010011001110000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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