#88ACFA

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

Shades of Jordy Blue #88ACFA

Tints of Jordy Blue #88ACFA

Color information

#88ACFA (or 0x88ACFA) is unknown color: approx Jordy Blue. HEX triplet: 88, AC and FA. RGB value is (136,172,250). Sum of RGB (Red+Green+Blue) = 136+172+250=558 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.37% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #88ACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ACFA is #775305. Grayscale: #A9A9A9. Windows color (decimal): -7820038 or 16428168. OLE color: 16428168.

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

Color convert

RGB136172250-
CMYK0.460.3100.02
HSL221.05º91.94%75.69%-
HSV(B)221.05º45.6%98.04%-
XYZ42.1641.6496.26-
YUV170.13173.07103.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.37%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=24.37%
G=30.82%
B=44.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361722500.460.3100.02221.0591.9475.69
Hex88ACFA2E1F02dd5c4c
Octal210254372563702335134114
Binary100010001010110011111010101110111110101101110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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