#268ABD

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

Shades of Pelorous #268ABD

Tints of Pelorous #268ABD

Color information

#268ABD (or 0x268ABD) is unknown color: approx Pelorous. HEX triplet: 26, 8A and BD. RGB value is (38,138,189). Sum of RGB (Red+Green+Blue) = 38+138+189=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #268ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ABD is #D97542. Grayscale: #717171. Windows color (decimal): -14251331 or 12421670. OLE color: 12421670.

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

Color convert

RGB38138189-
CMYK0.800.2700.26
HSL200.26º66.52%44.51%-
HSV(B)200.26º79.89%74.12%-
XYZ19.0722.2651.44-
YUV113.91170.3773.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.41%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 189 (74.22% from 255) = 51.78%
R=10.41%
G=37.81%
B=51.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381381890.800.2700.26200.2666.5244.51
Hex268ABD501B01Ac8432d
Octal462122751203303231010355
Binary1001101000101010111101101000011011011010110010001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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