Html Css Color HEX #88AAED Jordy Blue

📋 copy color: '#88AAED'

red 136 ◦ green 170 ◦ blue 237

#88AAED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #88AAED

Tints of Jordy Blue #88AAED

RGB

 RED value IS 136 (53.52% from 255) = 25.05%

 GREEN value IS 170 (66.8% from 255) = 31.31%

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 25.05%
G = 31.31%
B = 43.65%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#88AAED (or 0x88AAED) is known color: Jordy Blue. HEX triplet: 88, AA and ED. RGB value is (136,170,237). Sum of RGB (Red+Green+Blue) = 136+170+237=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #88AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AAED is #775512. Grayscale: #A7A7A7. Windows color (decimal): -7820563 or 15575688. OLE color: 15575688.

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

Color convert

RGB 136 170 237 -
CMYK 0.43 0.28 0 0.07
HSL 219.8º 0.74% 0.73% -
HSV(B) 219.8º 0.43% 0.93% -
XYZ 39.81 40.1 85.76 -
YUV 167.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 136 170 237 0.43 0.28 0 0.07 219.8 0.74 0.73
Hex 88 AA ED 2B 1C 0 7 DC 4A 49
Octal 210 252 355 53 34 0 7 334 112 111
Binary 10001000 10101010 11101101 101011 11100 0 111 11011100 1001010 1001001

Color Harmonies of #88AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AAED

Black with #88AAED

Text Example


Text Example

White with #88AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,170,237); }

 H1.HeaderClassName
 {
   color: #88AAED;
 }
 .AnyTagClassName
 {
   color: #88AAED;
 }
</style>

background-color css

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

 a { background-color: rgb(136,170,237); }

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

border-color css

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

 span { border-color: rgb(136,170,237); }

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