Html Css Color HEX #88AAFF Jordy Blue

📋 copy color: '#88AAFF'

red 136 ◦ green 170 ◦ blue 255

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

Shades of Jordy Blue #88AAFF

Tints of Jordy Blue #88AAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.45%

R = 24.24%
G = 30.3%
B = 45.45%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#88AAFF (or 0x88AAFF) is known color: Jordy Blue. HEX triplet: 88, AA and FF. RGB value is (136,170,255). Sum of RGB (Red+Green+Blue) = 136+170+255=561 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.24% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #88AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AAFF is #775500. Grayscale: #A9A9A9. Windows color (decimal): -7820545 or 16755336. OLE color: 16755336.

HSL color Cylindrical-coordinate representation of color #88AAFF: hue angle of 222.86º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88AAFF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 170 255 -
CMYK 0.47 0.33 0 0
HSL 222.86º 1% 0.77% -
HSV(B) 222.86º 0.47% 1% -
XYZ 42.58 41.2 100.32 -
YUV 169.52 176.24 104.09 -
System Red Green Blue C M Y K H S L
Decimal 136 170 255 0.47 0.33 0 0 222.86 1 0.77
Hex 88 AA FF 2F 21 0 0 DF 64 4D
Octal 210 252 377 57 41 0 0 337 144 115
Binary 10001000 10101010 11111111 101111 100001 0 0 11011111 1100100 1001101

Color Harmonies of #88AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AAFF

Black with #88AAFF

Text Example


Text Example

White with #88AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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