#8088CB

Color #8088CB Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #8088CB

Tints of Wild Blue Yonder #8088CB

Color information

#8088CB (or 0x8088CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 88 and CB. RGB value is (128,136,203). Sum of RGB (Red+Green+Blue) = 128+136+203=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #8088CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8088CB is #7F7734. Grayscale: #8C8C8C. Windows color (decimal): -8353589 or 13338752. OLE color: 13338752.

HSL color Cylindrical-coordinate representation of color #8088CB: hue angle of 233.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8088CB is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128136203-
CMYK0.370.3300.20
HSL233.6º41.9%64.9%-
HSV(B)233.6º36.95%79.61%-
XYZ28.4926.5160.12-
YUV141.25162.85118.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=27.41%
G=29.12%
B=43.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281362030.370.3300.20233.641.964.9
Hex8088CB2521014ea2a41
Octal200210313454102435252101
Binary100000001000100011001011100101100001010100111010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8088CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8088CB; }

 p { color: rgb(128,136,203); }

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

<style>
 a { background-color: #8088CB; }

 a { background-color: rgb(128,136,203); }

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

<style>
 span { border-color: #8088CB; }

 span { border-color: rgb(128,136,203); }

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