#269CBF

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

Shades of Pelorous #269CBF

Tints of Pelorous #269CBF

Color information

#269CBF (or 0x269CBF) is unknown color: approx Pelorous. HEX triplet: 26, 9C and BF. RGB value is (38,156,191). Sum of RGB (Red+Green+Blue) = 38+156+191=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #269CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269CBF is #D96340. Grayscale: #7C7C7C. Windows color (decimal): -14246721 or 12557350. OLE color: 12557350.

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

Color convert

RGB38156191-
CMYK0.800.1800.25
HSL193.73º66.81%44.9%-
HSV(B)193.73º80.1%74.9%-
XYZ22.0927.9553.52-
YUV124.71165.4166.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.87%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 191 (75% from 255) = 49.61%
R=9.87%
G=40.52%
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.25
SystemRedGreenBlueCMYKHSL
Decimal381561910.800.1800.25193.7366.8144.9
Hex269CBF5012019c2432d
Octal462342771202203130210355
Binary1001101001110010111111101000010010011001110000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,156,191); }

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

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

 a { background-color: rgb(38,156,191); }

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

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

 span { border-color: rgb(38,156,191); }

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