#88AEEE

Color #88AEEE Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #88AEEE

Tints of Jordy Blue #88AEEE

Color information

#88AEEE (or 0x88AEEE) is unknown color: approx Jordy Blue. HEX triplet: 88, AE and EE. RGB value is (136,174,238). Sum of RGB (Red+Green+Blue) = 136+174+238=548 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.82% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #88AEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AEEE is #775111. Grayscale: #A9A9A9. Windows color (decimal): -7819538 or 15642248. OLE color: 15642248.

HSL color Cylindrical-coordinate representation of color #88AEEE: hue angle of 217.65º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88AEEE is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136174238-
CMYK0.430.2700.07
HSL217.65º75%73.33%-
HSV(B)217.65º42.86%93.33%-
XYZ40.7241.6886.79-
YUV169.93166.41103.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.82%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 238 (93.36% from 255) = 43.43%
R=24.82%
G=31.75%
B=43.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361742380.430.2700.07217.657573.33
Hex88AEEE2B1B07da4b49
Octal210256356533307332113111
Binary1000100010101110111011101010111101101111101101010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88AEEE; }

 p { color: rgb(136,174,238); }

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

<style>
 a { background-color: #88AEEE; }

 a { background-color: rgb(136,174,238); }

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

<style>
 span { border-color: #88AEEE; }

 span { border-color: rgb(136,174,238); }

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