#88ABFA

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

Shades of Jordy Blue #88ABFA

Tints of Jordy Blue #88ABFA

Color information

#88ABFA (or 0x88ABFA) is unknown color: approx Jordy Blue. HEX triplet: 88, AB and FA. RGB value is (136,171,250). Sum of RGB (Red+Green+Blue) = 136+171+250=557 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.42% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #88ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ABFA is #775405. Grayscale: #A9A9A9. Windows color (decimal): -7820294 or 16427912. OLE color: 16427912.

HSL color Cylindrical-coordinate representation of color #88ABFA: hue angle of 221.58º degrees, saturation: 0.92, 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 #88ABFA is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136171250-
CMYK0.460.3200.02
HSL221.58º91.94%75.69%-
HSV(B)221.58º45.6%98.04%-
XYZ41.9741.2696.19-
YUV169.54173.4104.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.42%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=24.42%
G=30.70%
B=44.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361712500.460.3200.02221.5891.9475.69
Hex88ABFA2E2002de5c4c
Octal210253372564002336134114
Binary1000100010101011111110101011101000000101101111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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