#88ADEE

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

Shades of Jordy Blue #88ADEE

Tints of Jordy Blue #88ADEE

Color information

#88ADEE (or 0x88ADEE) is unknown color: approx Jordy Blue. HEX triplet: 88, AD and EE. RGB value is (136,173,238). Sum of RGB (Red+Green+Blue) = 136+173+238=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #88ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ADEE is #775211. Grayscale: #A9A9A9. Windows color (decimal): -7819794 or 15641992. OLE color: 15641992.

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

Color convert

RGB136173238-
CMYK0.430.2700.07
HSL218.24º75%73.33%-
HSV(B)218.24º42.86%93.33%-
XYZ40.5341.2986.72-
YUV169.35166.74104.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.86%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 238 (93.36% from 255) = 43.51%
R=24.86%
G=31.63%
B=43.51%

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
Decimal1361732380.430.2700.07218.247573.33
Hex88ADEE2B1B07da4b49
Octal210255356533307332113111
Binary1000100010101101111011101010111101101111101101010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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