#88ABEE

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

Shades of Jordy Blue #88ABEE

Tints of Jordy Blue #88ABEE

Color information

#88ABEE (or 0x88ABEE) is unknown color: approx Jordy Blue. HEX triplet: 88, AB and EE. RGB value is (136,171,238). Sum of RGB (Red+Green+Blue) = 136+171+238=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #88ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ABEE is #775411. Grayscale: #A7A7A7. Windows color (decimal): -7820306 or 15641480. OLE color: 15641480.

HSL color Cylindrical-coordinate representation of color #88ABEE: hue angle of 219.41º 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 #88ABEE is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136171238-
CMYK0.430.2800.07
HSL219.41º75%73.33%-
HSV(B)219.41º42.86%93.33%-
XYZ40.1540.5386.6-
YUV168.17167.4105.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.95%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=24.95%
G=31.38%
B=43.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361712380.430.2800.07219.417573.33
Hex88ABEE2B1C07db4b49
Octal210253356533407333113111
Binary1000100010101011111011101010111110001111101101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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