#88AFFB

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

Shades of Jordy Blue #88AFFB

Tints of Jordy Blue #88AFFB

Color information

#88AFFB (or 0x88AFFB) is unknown color: approx Jordy Blue. HEX triplet: 88, AF and FB. RGB value is (136,175,251). Sum of RGB (Red+Green+Blue) = 136+175+251=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #88AFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AFFB is #775004. Grayscale: #ABABAB. Windows color (decimal): -7819269 or 16494472. OLE color: 16494472.

HSL color Cylindrical-coordinate representation of color #88AFFB: hue angle of 219.65º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88AFFB is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136175251-
CMYK0.460.3000.02
HSL219.65º93.5%75.88%-
HSV(B)219.65º45.82%98.43%-
XYZ42.942.8697.28-
YUV172172.58102.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.20%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=24.20%
G=31.14%
B=44.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361752510.460.3000.02219.6593.575.88
Hex88AFFB2E1E02dc5d4c
Octal210257373563602334135114
Binary100010001010111111111011101110111100101101110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,175,251); }

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

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

 a { background-color: rgb(136,175,251); }

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

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

 span { border-color: rgb(136,175,251); }

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